compositor: (Whitespace-only) Indent with tabs
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
committed by
Pekka Paalanen
parent
4b53f630e8
commit
59fe423e3a
+12
-12
@@ -4547,18 +4547,18 @@ usage(int error_code)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(BUILD_RDP_COMPOSITOR)
|
#if defined(BUILD_RDP_COMPOSITOR)
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Options for rdp-backend.so:\n\n"
|
"Options for rdp-backend.so:\n\n"
|
||||||
" --width=WIDTH\t\tWidth of desktop\n"
|
" --width=WIDTH\t\tWidth of desktop\n"
|
||||||
" --height=HEIGHT\tHeight of desktop\n"
|
" --height=HEIGHT\tHeight of desktop\n"
|
||||||
" --env-socket=SOCKET\tUse that socket as peer connection\n"
|
" --env-socket=SOCKET\tUse that socket as peer connection\n"
|
||||||
" --address=ADDR\tThe address to bind\n"
|
" --address=ADDR\tThe address to bind\n"
|
||||||
" --port=PORT\tThe port to listen on\n"
|
" --port=PORT\tThe port to listen on\n"
|
||||||
" --no-clients-resize\tThe RDP peers will be forced to the size of the desktop\n"
|
" --no-clients-resize\tThe RDP peers will be forced to the size of the desktop\n"
|
||||||
" --rdp4-key=FILE\tThe file containing the key for RDP4 encryption\n"
|
" --rdp4-key=FILE\tThe file containing the key for RDP4 encryption\n"
|
||||||
" --rdp-tls-cert=FILE\tThe file containing the certificate for TLS encryption\n"
|
" --rdp-tls-cert=FILE\tThe file containing the certificate for TLS encryption\n"
|
||||||
" --rdp-tls-key=FILE\tThe file containing the private key for TLS encryption\n"
|
" --rdp-tls-key=FILE\tThe file containing the private key for TLS encryption\n"
|
||||||
"\n");
|
"\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
exit(error_code);
|
exit(error_code);
|
||||||
|
|||||||
Reference in New Issue
Block a user