summaryrefslogtreecommitdiff
path: root/src/compositor.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2014-10-23 14:44:34 -0700
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-11-11 14:03:16 +0200
commit59fe423e3a2b5673247295260c48c18c252b7a9e (patch)
treec56b82815b5ef7e152f55abe78c5888c5d14f524 /src/compositor.c
parent4b53f630e8d15d031bcf60f0dc94db3de8adb614 (diff)
downloadweston-59fe423e3a2b5673247295260c48c18c252b7a9e.tar.gz
compositor: (Whitespace-only) Indent with tabs
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'src/compositor.c')
-rw-r--r--src/compositor.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/compositor.c b/src/compositor.c
index 6a81cc72..96f54ec5 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -4547,18 +4547,18 @@ usage(int error_code)
#endif
#if defined(BUILD_RDP_COMPOSITOR)
- fprintf(stderr,
- "Options for rdp-backend.so:\n\n"
- " --width=WIDTH\t\tWidth of desktop\n"
- " --height=HEIGHT\tHeight of desktop\n"
- " --env-socket=SOCKET\tUse that socket as peer connection\n"
- " --address=ADDR\tThe address to bind\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"
- " --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-key=FILE\tThe file containing the private key for TLS encryption\n"
- "\n");
+ fprintf(stderr,
+ "Options for rdp-backend.so:\n\n"
+ " --width=WIDTH\t\tWidth of desktop\n"
+ " --height=HEIGHT\tHeight of desktop\n"
+ " --env-socket=SOCKET\tUse that socket as peer connection\n"
+ " --address=ADDR\tThe address to bind\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"
+ " --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-key=FILE\tThe file containing the private key for TLS encryption\n"
+ "\n");
#endif
exit(error_code);