(submit/os-utils) os: utils: minor code formatting cleanup
Just correcting some small indention issues, no actual change. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
bcf399370c
commit
30195614c4
|
@ -339,8 +339,7 @@ UseMsg(void)
|
||||||
ErrorF("+xinerama Enable XINERAMA extension\n");
|
ErrorF("+xinerama Enable XINERAMA extension\n");
|
||||||
ErrorF("-xinerama Disable XINERAMA extension\n");
|
ErrorF("-xinerama Disable XINERAMA extension\n");
|
||||||
#endif
|
#endif
|
||||||
ErrorF
|
ErrorF("-dumbSched Disable smart scheduling and threaded input, enable old behavior\n");
|
||||||
("-dumbSched Disable smart scheduling and threaded input, enable old behavior\n");
|
|
||||||
ErrorF("-schedInterval int Set scheduler interval in msec\n");
|
ErrorF("-schedInterval int Set scheduler interval in msec\n");
|
||||||
ErrorF("-sigstop Enable SIGSTOP based startup\n");
|
ErrorF("-sigstop Enable SIGSTOP based startup\n");
|
||||||
ErrorF("+extension name Enable extension\n");
|
ErrorF("+extension name Enable extension\n");
|
||||||
|
|
Loading…
Reference in New Issue