Revision: 57290
          http://sourceforge.net/p/brlcad/code/57290
Author:   mohitdaga
Date:     2013-08-29 22:51:51 +0000 (Thu, 29 Aug 2013)
Log Message:
-----------
Trailing WS

Modified Paths:
--------------
    brlcad/trunk/src/util/bw-pix.c

Modified: brlcad/trunk/src/util/bw-pix.c
===================================================================
--- brlcad/trunk/src/util/bw-pix.c      2013-08-29 22:51:07 UTC (rev 57289)
+++ brlcad/trunk/src/util/bw-pix.c      2013-08-29 22:51:51 UTC (rev 57290)
@@ -57,9 +57,9 @@
            return 0;
        }
     } else {
-        in_file = argv[bu_optind];
-        bu_optind++;
-        return 1;
+       in_file = argv[bu_optind];
+       bu_optind++;
+       return 1;
     }
 
 
@@ -79,13 +79,13 @@
 {
     icv_image_t *img;
     if (!get_args(argc, argv)) {
-        bu_log("%s", usage);
-        return 1;
+       bu_log("%s", usage);
+       return 1;
     }
 
     img = icv_read(in_file, ICV_IMAGE_BW, 0, 0);
     if (img == NULL)
-        return 1;
+       return 1;
     icv_gray2rgb(img);
     icv_write(img, out_file, ICV_IMAGE_PIX);
     icv_destroy(img);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to