From 071df6bfb7687788f422029ca6d06b919919d04d Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Wed, 30 Jun 2004 01:21:33 +0000 Subject: [PATCH] Changed 8 space to 4 space tabs. --- ChangeLog | 5 +++++ libnotify/notify.c | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) 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 *