diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-10 12:59:20 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-09-10 13:25:34 +0200 |
commit | ee92d6fa240e28d8031d7204939ffec61090d7e2 (patch) | |
tree | 7e2b54c2a4df509fd296ece3bbfb71159ac69cc2 | |
parent | 03aab02afbfe00f4ee767d3fbc234ea348a34179 (diff) | |
download | unitd-ee92d6fa240e28d8031d7204939ffec61090d7e2.tar unitd-ee92d6fa240e28d8031d7204939ffec61090d7e2.zip |
udevtrigger: remove trailing whitespaces
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
-rw-r--r-- | udevtrigger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udevtrigger.c b/udevtrigger.c index be611c7..efea6b2 100644 --- a/udevtrigger.c +++ b/udevtrigger.c @@ -5,12 +5,12 @@ * 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 version 2 of the License. - * + * * 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, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |