Revision: 56987
http://sourceforge.net/p/brlcad/code/56987
Author: tbrowder2
Date: 2013-08-20 13:05:48 +0000 (Tue, 20 Aug 2013)
Log Message:
-----------
style
Modified Paths:
--------------
brlcad/trunk/src/util/yuv-pix.c
Modified: brlcad/trunk/src/util/yuv-pix.c
===================================================================
--- brlcad/trunk/src/util/yuv-pix.c 2013-08-20 13:02:55 UTC (rev 56986)
+++ brlcad/trunk/src/util/yuv-pix.c 2013-08-20 13:05:48 UTC (rev 56987)
@@ -139,7 +139,7 @@
if (!get_args(argc, argv)) {
(void)fputs(usage, stderr);
- bu_exit (1, NULL);
+ bu_exit(1, NULL);
}
/* autosize input? */
@@ -173,7 +173,7 @@
if (write(1, (void *)outbuf, 3*file_width*file_height) <
3*file_width*file_height) {
perror("stdout");
fprintf(stderr, "yuv-pix: output write error, aborting\n");
- bu_exit (2, NULL);
+ bu_exit(2, NULL);
}
bu_free(inbuf, "inbuf");
@@ -229,7 +229,7 @@
unsigned char *cp;
double *yp, *up, *vp;
long int i;
- static int first=1;
+ static int first = 1;
if (first) {
/* SETUP */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits