[geany/geany-plugins] 1db29e: geanyvc: remove outdated comment and correct styling

Thomas Martitz git-noreply at xxxxx
Tue Nov 10 20:41:26 UTC 2015


Branch:      refs/heads/master
Author:      Thomas Martitz <kugel at rockbox.org>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Tue, 10 Nov 2015 20:41:26 UTC
Commit:      1db29ea9fd235d611eacceac4811547b49ce5926
             https://github.com/geany/geany-plugins/commit/1db29ea9fd235d611eacceac4811547b49ce5926

Log Message:
-----------
geanyvc: remove outdated comment and correct styling


Modified Paths:
--------------
    geanyvc/src/geanyvc.c

Modified: geanyvc/src/geanyvc.c
6 lines changed, 2 insertions(+), 4 deletions(-)
===================================================================
@@ -388,8 +388,6 @@ show_output(const gchar * std_output, const gchar * name,
 		if (doc == NULL)
 		{
 			doc = document_new_file(name, ftype, std_output);
-			/* To due the given line is Scintilla's line number, but
-			 * we need the view line number in this case.  */
 		}
 		else
 		{
@@ -1366,7 +1364,7 @@ create_commitDialog(void)
 	gtk_window_set_destroy_with_parent(GTK_WINDOW(commitDialog), TRUE);
 	gtk_window_set_type_hint(GTK_WINDOW(commitDialog), GDK_WINDOW_TYPE_HINT_DIALOG);
 
-	dialog_vbox1 = gtk_dialog_get_content_area (GTK_DIALOG(commitDialog));
+	dialog_vbox1 = gtk_dialog_get_content_area(GTK_DIALOG(commitDialog));
 	gtk_widget_show(dialog_vbox1);
 
 	vpaned1 = gtk_vpaned_new();
@@ -1456,7 +1454,7 @@ create_commitDialog(void)
 	gtk_box_pack_end(GTK_BOX(commit_text_vbox), lineColumnLabel, FALSE, TRUE, 0);
 	gtk_widget_show(lineColumnLabel);
 
-	dialog_action_area1 = gtk_dialog_get_action_area (GTK_DIALOG(commitDialog));
+	dialog_action_area1 = gtk_dialog_get_action_area(GTK_DIALOG(commitDialog));
 	gtk_widget_show(dialog_action_area1);
 	gtk_button_box_set_layout(GTK_BUTTON_BOX(dialog_action_area1), GTK_BUTTONBOX_END);
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list