[libical-glib] Remove the redundant space at the ends of some return statements inside the source files
- From: Miao Yu <williamyu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libical-glib] Remove the redundant space at the ends of some return statements inside the source files
- Date: Sat, 21 Mar 2015 13:59:30 +0000 (UTC)
commit 3b03ee6ed636f0adb9cb4b9271e129d6e805bd45
Author: William Yu <williamyu gnome org>
Date: Sat Mar 21 09:59:14 2015 -0400
Remove the redundant space at the ends of some return statements inside the source files
src/build-tools/generator.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/build-tools/generator.c b/src/build-tools/generator.c
index 473cbd4..b0e4e43 100644
--- a/src/build-tools/generator.c
+++ b/src/build-tools/generator.c
@@ -1537,7 +1537,7 @@ get_source_method_body (Method *method, const gchar *nameSpace)
}
* */
}
- g_stpcpy (buffer + strlen (buffer), ") ");
+ g_stpcpy (buffer + strlen (buffer), ")");
g_free (translator);
}
g_stpcpy (buffer + strlen (buffer), ";");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]