Revision: 55747
          http://sourceforge.net/p/brlcad/code/55747
Author:   carlmoore
Date:     2013-06-13 16:09:57 +0000 (Thu, 13 Jun 2013)
Log Message:
-----------
remove trailing blanks/tabs; consolidate some program lines

Modified Paths:
--------------
    brlcad/trunk/src/fb/fb-orle.c

Modified: brlcad/trunk/src/fb/fb-orle.c
===================================================================
--- brlcad/trunk/src/fb/fb-orle.c       2013-06-13 16:09:11 UTC (rev 55746)
+++ brlcad/trunk/src/fb/fb-orle.c       2013-06-13 16:09:57 UTC (rev 55747)
@@ -181,9 +181,7 @@
                break;
            case 'l' : /* Length in x and y.                    */
                if (argc - bu_optind < 1) {
-                   (void) fprintf(stderr,
-                                  "-l option requires an X and Y argument!\n"
-                       );
+                   (void) fprintf(stderr,"-l option requires an X and Y 
argument!\n");
                    return 0;
                }
                xlen = atoi(bu_optarg);
@@ -191,9 +189,7 @@
                break;
            case 'p' : /* Position of bottom-left corner.               */
                if (argc - bu_optind < 1) {
-                   (void) fprintf(stderr,
-                                  "-p option requires an X and Y argument!\n"
-                       );
+                   (void) fprintf(stderr,"-p option requires an X and Y 
argument!\n");
                    return 0;
                }
                xpos = atoi(bu_optarg);
@@ -213,10 +209,7 @@
     }
     if (argv[bu_optind] != NULL) {
        if (bu_file_exists(argv[bu_optind], NULL)) {
-           (void) fprintf(stderr,
-                          "\"%s\" already exists.\n",
-                          argv[bu_optind]
-               );
+           (void) fprintf(stderr,"\"%s\" already exists.\n",argv[bu_optind]);
            bu_exit(1, NULL);
        }
        if ((fp = fopen(argv[bu_optind], "wb")) == NULL) {
@@ -246,8 +239,8 @@
        fprintf(stderr, "If no RLE file is specified, fb-orle will write to its 
standard output.\n");
        fprintf(stderr, "If the environment variable FB_FILE is set, its value 
will be used.\n");
 }
-   
 
+
 /*
  * Local Variables:
  * mode: C

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to