diff options
| author | Gabor Juhos | 2014-03-27 07:06:22 +0000 |
|---|---|---|
| committer | Gabor Juhos | 2014-03-27 07:06:22 +0000 |
| commit | 6c8a4686d8a880da8240440a64d7c9ef2696a97d (patch) | |
| tree | 8ba0d9d2cc344b8cf78d5e145f5a455d6bd82cdd | |
| parent | 75d117d85e6e7da39a6eb0af26557bd541704985 (diff) | |
| download | packages-6c8a4686d8a880da8240440a64d7c9ef2696a97d.tar.gz | |
packages/haproxy: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40259
| -rw-r--r-- | net/haproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 62ac44dc4..efe638870 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2010-2011 OpenWrt.org -# Copyright (C) 2009-2010 Thomas Heil <heil@terminal-consulting.de> +# Copyright (C) 2009-2010 Thomas Heil <heil@terminal-consulting.de> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. |