diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-11-02 11:28:10 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-11-02 12:28:24 +0100 |
commit | 85917b95639bf56cac266e2ec572b071ddabfd24 (patch) | |
tree | 3768a88292745e544042fb44a79d652fd2dbfb79 /src | |
parent | 238450c9ce9e8117bd7ae62bf164f23284da169c (diff) | |
download | librda-85917b95639bf56cac266e2ec572b071ddabfd24.tar.gz librda-85917b95639bf56cac266e2ec572b071ddabfd24.tar.bz2 librda-85917b95639bf56cac266e2ec572b071ddabfd24.zip |
src/rda_*.c: White-space fix at end of file.
Diffstat (limited to 'src')
-rw-r--r-- | src/rda_ogon.c | 2 | ||||
-rw-r--r-- | src/rda_x2go.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rda_ogon.c b/src/rda_ogon.c index f4338f6..9208850 100644 --- a/src/rda_ogon.c +++ b/src/rda_ogon.c @@ -95,4 +95,4 @@ rda_session_terminate_ogon(void) } } -#endif /* WITH_OGON_AWARENESS */
\ No newline at end of file +#endif /* WITH_OGON_AWARENESS */ diff --git a/src/rda_x2go.c b/src/rda_x2go.c index 6072888..258b6aa 100644 --- a/src/rda_x2go.c +++ b/src/rda_x2go.c @@ -95,4 +95,4 @@ rda_session_terminate_x2go(void) } } -#endif /* WITH_X2GO_AWARENESS */
\ No newline at end of file +#endif /* WITH_X2GO_AWARENESS */ |