summaryrefslogtreecommitdiffstats
path: root/src/CLI
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-10 13:10:43 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-10 13:10:43 +0100
commitfc2c5e2f02e6da00e27d68a83277a61efdcc9f83 (patch)
tree29578e2e041586f63d6aff5f6ec16db941ea2ef8 /src/CLI
parent86930df464c57f84a461e4a98e5f813bff73952d (diff)
downloadabrt-fc2c5e2f02e6da00e27d68a83277a61efdcc9f83.tar.gz
abrt-fc2c5e2f02e6da00e27d68a83277a61efdcc9f83.tar.xz
abrt-fc2c5e2f02e6da00e27d68a83277a61efdcc9f83.zip
style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/CLI')
-rw-r--r--src/CLI/CLI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp
index 9f2db3f0..ac686ba3 100644
--- a/src/CLI/CLI.cpp
+++ b/src/CLI/CLI.cpp
@@ -131,7 +131,7 @@ int main(int argc, char** argv)
char* uuid = NULL;
int op = -1;
- setlocale(LC_ALL,"");
+ setlocale(LC_ALL, "");
#if ENABLE_NLS
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);