Author: Diego Barrios Romero <[email protected]>
Date:   Tue Mar 13 00:22:17 2012 +0100

Code blanks

---

 synfig-core/src/tool/main.cpp |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/synfig-core/src/tool/main.cpp b/synfig-core/src/tool/main.cpp
index e51ba47..4bfeed6 100644
--- a/synfig-core/src/tool/main.cpp
+++ b/synfig-core/src/tool/main.cpp
@@ -203,8 +203,8 @@ void extract_canvas_info(Job& job, string values)
                else if (value == "metadata")           
job.canvas_info_metadata                = true;
                else
                {
-                       cerr<<_("Unrecognised canvas variable: ") << "'" << 
value << "'" << endl;
-                       cerr<<_("Recognized variables are:") << endl <<
+                       cerr << _("Unrecognised canvas variable: ") << "'" << 
value << "'" << endl;
+                       cerr << _("Recognized variables are:") << endl <<
                                "  all, time_start, time_end, frame_rate, 
frame_start, frame_end, w, h," << endl <<
                                "  image_aspect, pw, ph, pixel_aspect, tl, br, 
physical_w, physical_h," << endl <<
                                "  x_res, y_res, span, interlaced, antialias, 
clamp, flags," << endl <<
@@ -359,8 +359,6 @@ int main(int ac, char* av[])
                if (vm.count("quiet"))
                        be_quiet=true;
 
-
-
 #ifdef _DEBUG
                // DEBUG options ----------------------------------------------
                if (vm.count("signal-test"))
@@ -385,7 +383,7 @@ int main(int ac, char* av[])
 
             return SYNFIGTOOL_HELP;
         }
-        
+
         if (vm.count("info"))
         {
                        cout << PACKAGE "-" VERSION << endl;
@@ -411,7 +409,7 @@ int main(int ac, char* av[])
 
                        return SYNFIGTOOL_HELP;
                }
-               
+
                if (vm.count("version"))
                {
                        cerr << PACKAGE << " " << VERSION << endl;
@@ -453,7 +451,7 @@ int main(int ac, char* av[])
 
                        return SYNFIGTOOL_HELP;
                }
-               
+
                if (vm.count("layer-info"))
                {
                        Layer::Handle layer =
@@ -484,7 +482,7 @@ int main(int ac, char* av[])
 
                        return SYNFIGTOOL_HELP;
                }
-               
+
                if (vm.count("modules"))
                {
                        synfig::Module::Book::iterator iter =
@@ -835,7 +833,7 @@ int main(int ac, char* av[])
                job_list.clear();
 
                VERBOSE_OUT(1) << _("Done.") << endl;
-               
+
                return SYNFIGTOOL_OK;
 
     }


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to