From 254784261e3a09a667ace974cc2c41696547cf59 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 5 Nov 2013 10:08:48 +0100 Subject: Remove trailing whitespace --- src/pjctl.c | 8 ++++---- 1 file 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 - * + * * 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 . */ @@ -869,7 +869,7 @@ main(int argc, char **argv) if (read_cb(&pjctl) < 0) return 1; } - + close(pjctl.fd); return 0; -- cgit