Skip to content

Commit 8a1de8d

Browse files
proskimetalefty
authored andcommitted
Remove trailing whitespace
1 parent 33790e1 commit 8a1de8d

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ need **autoconf**, **automake**, **libtool** and **pkgconfig**.
103103
If compiling from the packaged source, unpack the tarball and change to the
104104
resulting directory.
105105

106-
If compiling from a checked out repository, please make sure you've got the submodules
106+
If compiling from a checked out repository, please make sure you've got the submodules
107107
cloned too (use `git clone --recursive https://github.com/neutrinolabs/xrdp`)
108108

109109
Then run following commands to compile and install xrdp:

instfiles/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dist_startscript_DATA = \
2828
km-0000080c.ini \
2929
km-00000813.ini \
3030
km-00000816.ini \
31-
km-0000100c.ini
31+
km-0000100c.ini
3232

3333
#
3434
# platform specific files

instfiles/init.d/xrdp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ case "$1" in
7373
start)
7474
check_root
7575
exitval=0
76-
log_daemon_msg "Starting $DESC "
76+
log_daemon_msg "Starting $DESC "
7777
if pidofproc -p $PIDDIR/$NAME.pid $DAEMON > /dev/null; then
7878
log_progress_msg "$NAME apparently already running"
7979
log_end_msg 0
@@ -104,7 +104,7 @@ case "$1" in
104104
exit 0
105105
}
106106
exitval=0
107-
log_daemon_msg "Stopping RDP Session manager "
107+
log_daemon_msg "Stopping RDP Session manager "
108108
log_progress_msg "sesman"
109109
if pidofproc -p $PIDDIR/xrdp-sesman.pid $SDAEMON > /dev/null; then
110110
start-stop-daemon --stop --quiet --oknodo --pidfile $PIDDIR/xrdp-sesman.pid \

sesman/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AUTH_LIB = -lcrypt
1919
else
2020
if SESMAN_BSD
2121
AUTH_C = verify_user_bsd.c
22-
AUTH_LIB =
22+
AUTH_LIB =
2323
else
2424
if SESMAN_PAMUSERPASS
2525
AUTH_C = verify_user_pam_userpass.c

tcutils/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ to build tcutils:
1414
qmake
1515
make
1616

17-
To run tcutils:
17+
To run tcutils:
1818
---------------
1919
include xrdpapi/.libs in your LD_LIBRARY_PATH
2020

tests/gtcp_proxy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# = evaluates the expression each time it is used
44

55
CFLAGS := $(shell pkg-config --cflags gtk+-2.0)
6-
CFLAGS += -O2 -Wall
6+
CFLAGS += -O2 -Wall
77
#LDFLAGS = -Wl
88
LIBS := $(shell pkg-config --libs gtk+-2.0)
99
LIBS += -ldl -lgthread-2.0

vrplayer/README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
A QT based media player that runs on a RDP server and
2-
redirects audio/video to the client where it is decoded
1+
A QT based media player that runs on a RDP server and
2+
redirects audio/video to the client where it is decoded
33
and rendered locally
44

55
Required packages to build vrplayer:
66
------------------------------------
77
libqt4-gui
88
qt4-dev-tools
99
libavutil-dev
10-
libavformat-dev
10+
libavformat-dev
1111

1212
to build vrplayer
1313
-----------------
@@ -17,7 +17,7 @@ cd ..
1717
qmake
1818
make
1919

20-
To run vrplayer
20+
To run vrplayer
2121
---------------
2222
include xrdpapi/.libs and xrdpvr/.libs in your LD_LIBRARY_PATH
2323

xorg/tests/xdemo/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
CFLAGS = -Werror -Wall
33

4-
all: xdemo
4+
all: xdemo
55

66
xdemo: xdemo.c bmp_parser.c
77
gcc $(CFLAGS) xdemo.c bmp_parser.c -o xdemo -lX11
88

9-
.PHONY clean:
9+
.PHONY clean:
1010
rm -f *.o xdemo
1111

xrdp/xrdp_keyboard.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; Based on the "keylayout" value from the client, find the right x11
1010
; layout value.
1111
; 3. model/variant are inferred based on the "keyboard_type" and
12-
; "keyboard_subtype", but they can be overridden.
12+
; "keyboard_subtype", but they can be overridden.
1313
;
1414

1515
;

0 commit comments

Comments
 (0)