[PATCH 2/4] Fix code style: extra whitespace before ()

Mikhail Gusarov dottedmag at dottedmag.net
Wed May 12 13:56:35 PDT 2010


Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
---
 dix/atom.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dix/atom.c b/dix/atom.c
index 6910dd5..02843d2 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();
 }
-- 
1.7.1



More information about the xorg-devel mailing list