diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-07 23:18:38 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-07 23:18:38 +0100 |
commit | 0169f0265104b1da3500fa006a4a654d7812808d (patch) | |
tree | 438b01bf7e6c133bde86e11d14290e290a29c610 /src/Hooks | |
parent | 2ce0dac4d05ce449f4d054c4725a852a43aab428 (diff) | |
download | abrt-0169f0265104b1da3500fa006a4a654d7812808d.tar.gz abrt-0169f0265104b1da3500fa006a4a654d7812808d.tar.xz abrt-0169f0265104b1da3500fa006a4a654d7812808d.zip |
stupid whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Hooks')
-rw-r--r-- | src/Hooks/abrt-hook-python.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Hooks/abrt-hook-python.cpp b/src/Hooks/abrt-hook-python.cpp index 5686c17f..4607b87d 100644 --- a/src/Hooks/abrt-hook-python.cpp +++ b/src/Hooks/abrt-hook-python.cpp @@ -18,7 +18,6 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - #include <getopt.h> #include <syslog.h> /* We can easily get rid of abrtlib (libABRTUtils.so) usage in this file, |