From: Dana Jansens Date: Mon, 13 Jan 2003 01:41:25 +0000 (+0000) Subject: proper code style X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7fc226b65473b81870fd7135005adbc2482ef193;p=chaz%2Fopenbox proper code style --- diff --git a/otk/display.cc b/otk/display.cc index 59a48aee..c117699b 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -100,9 +100,9 @@ line argument.\n\n")); printf(_("Couldn't mark display connection as close-on-exec.\n\n")); ::exit(1); } - if (! XSupportsLocale()) + if (!XSupportsLocale()) printf(_("X server does not support locale.\n")); - if (XSetLocaleModifiers("") == NULL) + if (!XSetLocaleModifiers("")) printf(_("Cannot set locale modifiers for the X server.\n")); // set our error handler for X errors