From ec73f5522ff2d6f8c476f02a9daaff32ef1db069 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 30 Jan 2010 15:32:08 -0500 Subject: Coding style and whitespace cleanup. --- addressbook/util/eab-book-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/util') diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c index 6975143bd1..40180d4631 100644 --- a/addressbook/util/eab-book-util.c +++ b/addressbook/util/eab-book-util.c @@ -147,7 +147,7 @@ eab_nickname_query (EBook *book, g_return_val_if_fail (nickname != NULL, 0); /* The empty-string case shouldn't generate a warning. */ - if (! *nickname) + if (!*nickname) return 0; query_string = g_strdup_printf ("(is \"nickname\" \"%s\")", nickname); -- cgit