mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -213,5 +213,5 @@ InitAtoms(void)
|
||||
nodeTable[None] = (NodePtr)NULL;
|
||||
MakePredeclaredAtoms();
|
||||
if (lastAtom != XA_LAST_PREDEFINED)
|
||||
AtomError ();
|
||||
AtomError();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user