repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 0c5144007a4fb3716918c726127dc40bea96dece:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 0c5144007a4fb3716918c726127dc40bea96dece
Author: Emanuele Giaquinta 
Date:   Wed Apr 13 14:00:18 2011 +0000

    Fix style.

diff --git a/src/xdefaults.C b/src/xdefaults.C
index f364ea6bfb5d07db90776a231e042826cb7dc915..
index ..9ebee7152631be8866c69fef137f8a64f2f563db 100644
--- a/src/xdefaults.C
+++ b/src/xdefaults.C
@@ -407,7 +407,7 @@ rxvt_usage (int type)
               if (optList[i].arg)
                 len = strlen (optList[i].arg) + 1;
               assert (optList[i].opt != NULL);
-              len += 4 + strlen (optList[i].opt) + (optList_isBool (i) ? 2: 0);
+              len += 4 + strlen (optList[i].opt) + (optList_isBool (i) ? 2 : 0);
               col += len;
               if (col > 79)
                 {

-----END OF PAGE-----