[glom] whitespace corrections.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] whitespace corrections.
- Date: Mon, 9 Jan 2012 09:19:37 +0000 (UTC)
commit b8c24bdac19c7a3ada28ffe9cb6347ca29511015
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Jan 9 09:08:33 2012 +0100
whitespace corrections.
glom/glom_export_po.cc | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/glom/glom_export_po.cc b/glom/glom_export_po.cc
index 487f492..804267b 100644
--- a/glom/glom_export_po.cc
+++ b/glom/glom_export_po.cc
@@ -73,7 +73,7 @@ int main(int argc, char* argv[])
Glib::OptionContext context;
GlomCreateOptionGroup group;
context.set_main_group(group);
-
+
try
{
context.parse(argc, argv);
@@ -121,7 +121,7 @@ int main(int argc, char* argv[])
std::cerr << std::endl << context.get_help() << std::endl;
return EXIT_FAILURE;
}
-
+
//Get a URI (file://something) from the filepath:
Glib::RefPtr<Gio::File> file_input = Gio::File::create_for_commandline_arg(input_uri);
@@ -152,7 +152,7 @@ int main(int argc, char* argv[])
std::cerr << std::endl << context.get_help() << std::endl;
return EXIT_FAILURE;
}
-
+
//Get a URI (file://something) from the filepath:
Glib::RefPtr<Gio::File> file_output = Gio::File::create_for_commandline_arg(group.m_arg_filepath_output);
const Glib::ustring ouput_uri = file_output->get_uri();
@@ -189,7 +189,7 @@ int main(int argc, char* argv[])
}
std::cout << "Po file created at: " << ouput_uri << std::endl;
-
+
Glom::libglom_deinit();
return EXIT_SUCCESS;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]