diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2010-05-13 03:44:12 +0700 |
---|---|---|
committer | Mikhail Gusarov <dottedmag@dottedmag.net> | 2010-05-13 06:16:38 +0700 |
commit | 63a647abd51f44226cbd16aa04ebc57d07463c6d (patch) | |
tree | c5cbd1052e2a4207b61bcd926c8410b7d78c90d9 | |
parent | 28211c443c693a1ca3db5740d0128274a3eef723 (diff) |
Fix code style: extra whitespace before ()
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | dix/atom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/atom.c b/dix/atom.c index 6910dd5d1..02843d233 100644 --- a/dix/atom.c +++ b/dix/atom.c @@ -213,5 +213,5 @@ InitAtoms(void) nodeTable[None] = (NodePtr)NULL; MakePredeclaredAtoms(); if (lastAtom != XA_LAST_PREDEFINED) - AtomError (); + AtomError(); } |