From ebcce86769d174cce6e881740c5e9bcedce28e06 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 11:50:51 -0400 Subject: Coding style and whitespace cleanups. --- plugins/face/face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/face/face.c') diff --git a/plugins/face/face.c b/plugins/face/face.c index 468b9273c9..2013f7dac6 100644 --- a/plugins/face/face.c +++ b/plugins/face/face.c @@ -75,7 +75,7 @@ get_face_base64 (void) if (g_file_get_contents (filename, &file_contents, &length, NULL)) { if (length > 0) { file_contents = g_realloc (file_contents, length + 1); - file_contents [length] = 0; + file_contents[length] = 0; } else { g_free (file_contents); file_contents = NULL; -- cgit v1.2.3