repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 0c5144007a4fb3716918c726127dc40bea96dece: path_to: revision_to:
commit 0c5144007a4fb3716918c726127dc40bea96dece Author: Emanuele GiaquintaDate: Wed Apr 13 14:00:18 2011 +0000 Fix style. diff --git a/src/xdefaults.C b/src/xdefaults.C
--- 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-----