Changed 8 space to 4 space tabs.
This commit is contained in:
parent
96276c9d43
commit
071df6bfb7
|
@ -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>
|
Tue Jun 29 14:49:51 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
||||||
|
|
||||||
* libnotify/notify.c:
|
* libnotify/notify.c:
|
||||||
|
|
|
@ -66,14 +66,14 @@ static GHashTable *_request_ids = NULL;
|
||||||
static void format_func
|
static void format_func
|
||||||
print_error(char *message, ...)
|
print_error(char *message, ...)
|
||||||
{
|
{
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
va_list args;
|
va_list args;
|
||||||
|
|
||||||
va_start(args, message);
|
va_start(args, message);
|
||||||
vsnprintf(buf, sizeof(buf), message, args);
|
vsnprintf(buf, sizeof(buf), message, args);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
|
||||||
fprintf(stderr, "%s (%d): libnotify: %s", getenv("_"), getpid(), buf);
|
fprintf(stderr, "%s (%d): libnotify: %s", getenv("_"), getpid(), buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
static DBusMessage *
|
static DBusMessage *
|
||||||
|
|
Loading…
Reference in New Issue