/pidgin/main: d95fa87c8429: Add missing blank line before 'Retur...
Ankit Vani
a at nevitus.org
Wed Feb 12 02:29:33 EST 2014
Changeset: d95fa87c8429832e2edff76c15ad866cb33e62f1
Author: Ankit Vani <a at nevitus.org>
Date: 2014-02-12 12:59 +0530
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/d95fa87c8429
Description:
Add missing blank line before 'Returns:'
diffstat:
finch/libgnt/gntprogressbar.h | 1 +
libpurple/cmds.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diffs (22 lines):
diff --git a/finch/libgnt/gntprogressbar.h b/finch/libgnt/gntprogressbar.h
--- a/finch/libgnt/gntprogressbar.h
+++ b/finch/libgnt/gntprogressbar.h
@@ -77,6 +77,7 @@ gnt_progress_bar_get_type (void);
* gnt_progress_bar_new:
*
* Create a new GntProgressBar
+ *
* Returns: The new GntProgressBar
*/
GntWidget *
diff --git a/libpurple/cmds.h b/libpurple/cmds.h
--- a/libpurple/cmds.h
+++ b/libpurple/cmds.h
@@ -256,6 +256,7 @@ GList *purple_cmd_help(PurpleConversatio
* purple_cmds_get_handle:
*
* Get the handle for the commands API
+ *
* Returns: The handle
*/
gpointer purple_cmds_get_handle(void);
More information about the Commits
mailing list