summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2010-04-14 03:03:28 +0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-13 20:17:25 -0700
commit3676185a3e3bf1e57362ed4978825d9d6d53592c (patch)
tree1b6b1d1a3cd849115acf69cf5751279e741e8d58
parentc0f6753d2de16826300a04232e54fbd3aa54c406 (diff)
Fix comment indentation
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xinit.c b/xinit.c
index 13960dd..cb622a2 100644
--- a/xinit.c
+++ b/xinit.c
@@ -337,7 +337,7 @@ waitforserver(void)
* want to sleep now since we're going to sleep later anyways and this allows us
* to avoid the awkard, "why is there an error message in the log" questions
* from users.
- */
+ */
sleep(2);
#endif