[geany/geany] 0a0c9b: Move function braces for consistency.

Neil Hodgson git-noreply at xxxxx
Mon May 2 13:19:26 UTC 2016


Branch:      refs/heads/master
Author:      Neil Hodgson <nyamatongwe at gmail.com>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 02 May 2016 13:19:26 UTC
Commit:      0a0c9bb7ce3d58939e32a8f47e46a3624c02e22d
             https://github.com/geany/geany/commit/0a0c9bb7ce3d58939e32a8f47e46a3624c02e22d

Log Message:
-----------
Move function braces for consistency.

X-Scintilla-Bug-URL: https://sourceforge.net/p/scintilla/bugs/1825/
X-Scintilla-Commit-ID: cdded8beb41e4a494e68b76a6bafeeae14b0d103


Modified Paths:
--------------
    scintilla/gtk/PlatGTK.cxx

Modified: scintilla/gtk/PlatGTK.cxx
6 lines changed, 2 insertions(+), 4 deletions(-)
===================================================================
@@ -1263,8 +1263,7 @@ ListBox *ListBox::Allocate() {
 	return lb;
 }
 
-static int treeViewGetRowHeight(GtkTreeView *view)
-{
+static int treeViewGetRowHeight(GtkTreeView *view) {
 #if GTK_CHECK_VERSION(3,0,0)
 	// This version sometimes reports erroneous results on GTK2, but the GTK2
 	// version is inaccurate for GTK 3.14.
@@ -1521,8 +1520,7 @@ int ListBoxX::GetVisibleRows() const {
 	return desiredVisibleRows;
 }
 
-int ListBoxX::GetRowHeight()
-{
+int ListBoxX::GetRowHeight() {
 	return treeViewGetRowHeight(GTK_TREE_VIEW(list));
 }
 



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


More information about the Commits mailing list