From 7fc226b65473b81870fd7135005adbc2482ef193 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 01:41:25 +0000 Subject: [PATCH] proper code style --- otk/display.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2