summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-05 10:08:48 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-05 10:08:48 +0100
commit254784261e3a09a667ace974cc2c41696547cf59 (patch)
treed8ab8755bc5b20118cee23bad2741117f39618b9
parent7b921685775ceba6fada258e8595d6831625756b (diff)
downloadpjctl-254784261e3a09a667ace974cc2c41696547cf59.tar.gz
pjctl-254784261e3a09a667ace974cc2c41696547cf59.tar.bz2
pjctl-254784261e3a09a667ace974cc2c41696547cf59.zip
Remove trailing whitespace
-rw-r--r--src/pjctl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pjctl.c b/src/pjctl.c
index 3efe693..ecb9e97 100644
--- a/src/pjctl.c
+++ b/src/pjctl.c
@@ -2,17 +2,17 @@
* pjctl - network projector control utility
*
* Copyright (C) 2011 Benjamin Franzke <benjaminfranzke@googlemail.com>
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -869,7 +869,7 @@ main(int argc, char **argv)
if (read_cb(&pjctl) < 0)
return 1;
}
-
+
close(pjctl.fd);
return 0;