[gcalctool] Fix coding style
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool] Fix coding style
- Date: Fri, 28 Jan 2011 00:55:01 +0000 (UTC)
commit 3525e128f93ab6a9e3cfdee051e59399c17209b9
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Jan 28 10:54:45 2011 +1000
Fix coding style
src/unittest.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/unittest.c b/src/unittest.c
index 059f63d..68c705b 100644
--- a/src/unittest.c
+++ b/src/unittest.c
@@ -88,7 +88,7 @@ test(char *expression, char *expected, int expected_error)
error = mp_equation_parse(expression, &options, &result, NULL);
- if(error == 0) {
+ if (error == 0) {
char *result_str;
MpSerializer *serializer;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]