From: Dana Jansens Date: Mon, 31 Mar 2003 19:59:31 +0000 (+0000) Subject: 80 col rule X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=5daa08c680500a2ee90b5b8073abbe45129277b1;p=chaz%2Fopenbox 80 col rule --- diff --git a/engines/openbox/obtheme.c b/engines/openbox/obtheme.c index c4ec31fb..6653501a 100644 --- a/engines/openbox/obtheme.c +++ b/engines/openbox/obtheme.c @@ -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) ||