diff --git a/ChangeLog b/ChangeLog index 74202eb..1084b18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 29 18:21:05 PDT 2004 Christian Hammond + + * libnotify/notify.c: + - Changed 8 space to 4 space tabs. + Tue Jun 29 14:49:51 PDT 2004 Christian Hammond * libnotify/notify.c: diff --git a/libnotify/notify.c b/libnotify/notify.c index 0863a2c..890ad62 100644 --- a/libnotify/notify.c +++ b/libnotify/notify.c @@ -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 *