diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-31 15:40:56 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-31 15:40:56 +0200 |
commit | 1fd72405af207bc539d6982034f5d14115f07726 (patch) | |
tree | 191b2e5d2511d81b16be46658837f44478ef7197 /lib/Utils/Plugin.cpp | |
parent | 231f21407d074e1ebb9699ee54fdc5f5a169e71c (diff) | |
download | abrt-1fd72405af207bc539d6982034f5d14115f07726.tar.gz abrt-1fd72405af207bc539d6982034f5d14115f07726.tar.xz abrt-1fd72405af207bc539d6982034f5d14115f07726.zip |
fix whitespace
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/Plugin.cpp')
-rw-r--r-- | lib/Utils/Plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/Plugin.cpp b/lib/Utils/Plugin.cpp index 40cd2a02..07412657 100644 --- a/lib/Utils/Plugin.cpp +++ b/lib/Utils/Plugin.cpp @@ -81,7 +81,7 @@ bool LoadPluginSettings(const char *pPath, map_plugin_settings_t& pSettings, value += line[ii]; } } - + /* Skip broken or empty lines. */ if (!valid) continue; |