[gnome-system-monitor] Style cleanup



commit c3547c95af493601c8ad1c8732612b089ddb9d8e
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Thu Aug 1 16:36:40 2013 +0200

    Style cleanup
    
    ...at least in code I write :)

 src/proctable.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/proctable.cpp b/src/proctable.cpp
index cea258d..e7d0fbb 100644
--- a/src/proctable.cpp
+++ b/src/proctable.cpp
@@ -456,9 +456,8 @@ proctable_new (ProcmanApp * const app)
         GtkCellRenderer *cell;
 
 #ifndef HAVE_WNCK
-        if (i == COL_MEMXSERVER) {
+        if (i == COL_MEMXSERVER)
           continue;
-        }
 #endif
 
         if (i == COL_MEMWRITABLE)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]