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:
parent
28211c443c
commit
63a647abd5
|
@ -213,5 +213,5 @@ InitAtoms(void)
|
||||||
nodeTable[None] = (NodePtr)NULL;
|
nodeTable[None] = (NodePtr)NULL;
|
||||||
MakePredeclaredAtoms();
|
MakePredeclaredAtoms();
|
||||||
if (lastAtom != XA_LAST_PREDEFINED)
|
if (lastAtom != XA_LAST_PREDEFINED)
|
||||||
AtomError ();
|
AtomError();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue