diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-10 04:18:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-10 04:18:19 +0000 |
| commit | 6dddd86975ef0e5bfa2924f6136d76fe587198d8 (patch) | |
| tree | 98dd0466698e0d7213afbd25cb1d2baa50345e40 | |
| parent | 38ed4331b1a2858e4700154e10b9bd3a030cdbbf (diff) | |
indenting
| -rw-r--r-- | openbox/xerror.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/openbox/xerror.c b/openbox/xerror.c index a6066e2f..3f112505 100644 --- a/openbox/xerror.c +++ b/openbox/xerror.c @@ -28,16 +28,16 @@ int xerror_handler(Display *d, XErrorEvent *e) xerror_occured = TRUE; #ifdef DEBUG if (!xerror_ignore) { - char errtxt[128]; + char errtxt[128]; - /*if (e->error_code != BadWindow) */ - { - XGetErrorText(d, e->error_code, errtxt, 127); - if (e->error_code == BadWindow) - /*g_warning("X Error: %s", errtxt)*/; - else - g_error("X Error: %s", errtxt); - } + /*if (e->error_code != BadWindow) */ + { + XGetErrorText(d, e->error_code, errtxt, 127); + if (e->error_code == BadWindow) + /*g_warning("X Error: %s", errtxt)*/; + else + g_error("X Error: %s", errtxt); + } } #else (void)d; (void)e; |
