summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2010-07-07 08:58:51 +0200
committerDan McGee <dan@archlinux.org>2010-08-24 04:49:05 +0200
commit48589ccc64c5e7266f70c6294087e8b0450953e9 (patch)
treebf6137c4ac190d71905a094db26f72624cbe923f /src
parentd896527d21107afe69328ac465a3d2f0e318ddca (diff)
downloadpacman-48589ccc64c5e7266f70c6294087e8b0450953e9.tar.gz
pacman-48589ccc64c5e7266f70c6294087e8b0450953e9.tar.xz
Fix some whitespace issues
The combination of tabs and spaces is annoying in any editor that does not use a tab width of 2 spaces. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r--src/pacman/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/util.c b/src/pacman/util.c
index dbac29bf..b0824cfb 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -823,7 +823,7 @@ int pm_vfprintf(FILE *stream, pmloglevel_t level, const char *format, va_list ar
#if defined(PACMAN_DEBUG)
/* If debug is on, we'll timestamp the output */
- if(config->logmask & PM_LOG_DEBUG) {
+ if(config->logmask & PM_LOG_DEBUG) {
time_t t;
struct tm *tmp;
char timestr[10] = {0};