diff options
author | Allan McRae <allan@archlinux.org> | 2010-07-07 16:58:51 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-08-23 21:49:05 -0500 |
commit | 48589ccc64c5e7266f70c6294087e8b0450953e9 (patch) | |
tree | bf6137c4ac190d71905a094db26f72624cbe923f /src | |
parent | d896527d21107afe69328ac465a3d2f0e318ddca (diff) | |
download | 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.c | 2 |
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}; |