]> Dogcows Code - chaz/openbox/commitdiff
80 col rule
authorDana Jansens <danakj@orodu.net>
Mon, 31 Mar 2003 19:59:31 +0000 (19:59 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 31 Mar 2003 19:59:31 +0000 (19:59 +0000)
engines/openbox/obtheme.c

index c4ec31fb5bca9b7a3aafb9b5ff170eea4d82eb63..6653501a5b268f5cdb6e3e3c9125060c302f1e75 100644 (file)
@@ -328,7 +328,8 @@ gboolean obtheme_load()
     }
 
     if (!read_int(db, "handleWidth", &ob_s_handle_height) ||
-       ob_s_handle_height < 0 || ob_s_handle_height > 100) ob_s_handle_height = 6;
+       ob_s_handle_height < 0 || ob_s_handle_height > 100)
+        ob_s_handle_height = 6;
     if (!read_int(db, "bevelWidth", &ob_s_bevel) ||
        ob_s_bevel <= 0 || ob_s_bevel > 100) ob_s_bevel = 3;
     if (!read_int(db, "borderWidth", &ob_s_bwidth) ||
This page took 0.0218 seconds and 4 git commands to generate.