[libical-glib] Append every source file with a new line
- From: Miao Yu <williamyu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libical-glib] Append every source file with a new line
- Date: Sat, 21 Mar 2015 14:30:41 +0000 (UTC)
commit 5b2d4ebf7c4f1f0973bc117898ab893338be386d
Author: William Yu <williamyu gnome org>
Date: Sat Mar 21 10:30:26 2015 -0400
Append every source file with a new line
src/build-tools/generator.c | 2 +-
src/build-tools/header-template | 2 +-
src/build-tools/source-template | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/build-tools/generator.c b/src/build-tools/generator.c
index b0e4e43..8bd4b3f 100644
--- a/src/build-tools/generator.c
+++ b/src/build-tools/generator.c
@@ -1455,7 +1455,7 @@ get_source_method_body (Method *method, const gchar *nameSpace)
buffer[0] = '\0';
translator = NULL;
- comment = get_source_method_comment (method);
+ comment = get_source_method_comment (method);
g_stpcpy (buffer + strlen (buffer), comment);
g_free (comment);
diff --git a/src/build-tools/header-template b/src/build-tools/header-template
index 928cde3..a181060 100644
--- a/src/build-tools/header-template
+++ b/src/build-tools/header-template
@@ -30,4 +30,4 @@ G_BEGIN_DECLS
${structure_boilerplate}${header_declaration}${forward_declaration}${enums}${protos}
G_END_DECLS
-#endif /* ${upperSnake}_H */
\ No newline at end of file
+#endif /* ${upperSnake}_H */
diff --git a/src/build-tools/source-template b/src/build-tools/source-template
index d065984..3ea6b65 100644
--- a/src/build-tools/source-template
+++ b/src/build-tools/source-template
@@ -21,4 +21,4 @@
#include <config.h>
#endif
-${sourceIncludes}${source_boilerplate}${source}
\ No newline at end of file
+${sourceIncludes}${source_boilerplate}${source}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]