Fix code style: extra whitespace before ()

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Mikhail Gusarov 2010-05-13 03:44:12 +07:00
parent 28211c443c
commit 63a647abd5

View File

@ -213,5 +213,5 @@ InitAtoms(void)
nodeTable[None] = (NodePtr)NULL;
MakePredeclaredAtoms();
if (lastAtom != XA_LAST_PREDEFINED)
AtomError ();
AtomError();
}