diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2010-04-14 03:03:28 +0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-04-13 20:17:25 -0700 |
commit | 3676185a3e3bf1e57362ed4978825d9d6d53592c (patch) | |
tree | 1b6b1d1a3cd849115acf69cf5751279e741e8d58 | |
parent | c0f6753d2de16826300a04232e54fbd3aa54c406 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |