[mythtv] [PATCH] Mac OS X patch 29

Nigel Pearson nigel at ind.tansu.com.au
Tue Sep 7 00:31:24 EDT 2004


> Please fix the indentation style and resubmit - ie, no stuff like:
>
> +            if ( ! ReadFrameheader(&frameheader) )

	But, that _IS_ my indentation style :-(


	I assume you want to lose the block style? i.e.:

-            if (ringBuffer->Read(&frameheader, FRAMEHEADERSIZE)
-                != FRAMEHEADERSIZE)
-            {
+            if ( ! ReadFrameheader(&frameheader) ) {


	Or, is it the excessive whitespace I add to if expressions?

--
Nigel Pearson, nigel at ind.tansu.com.au | "Reality is that which,
Telstra BI&D, Sydney, Australia       |  when you stop believing
Office: 8255 4222    Fax:  8255 3153  |  in it, doesn't go away."
Mobile: 0408 664435  Home: 9792 6998  |  Philip K. Dick - 'Valis'



More information about the mythtv-dev mailing list