Changed 8 space to 4 space tabs.

This commit is contained in:
Christian Hammond 2004-06-30 01:21:33 +00:00
parent 96276c9d43
commit 071df6bfb7
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
Tue Jun 29 18:21:05 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
* libnotify/notify.c:
- Changed 8 space to 4 space tabs.
Tue Jun 29 14:49:51 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
* libnotify/notify.c:

View File

@ -66,14 +66,14 @@ static GHashTable *_request_ids = NULL;
static void format_func
print_error(char *message, ...)
{
char buf[1024];
va_list args;
char buf[1024];
va_list args;
va_start(args, message);
vsnprintf(buf, sizeof(buf), message, args);
va_end(args);
va_start(args, message);
vsnprintf(buf, sizeof(buf), message, args);
va_end(args);
fprintf(stderr, "%s (%d): libnotify: %s", getenv("_"), getpid(), buf);
fprintf(stderr, "%s (%d): libnotify: %s", getenv("_"), getpid(), buf);
}
static DBusMessage *