diff src/print.c @ 1347:79937bc55f3a

Add missing space between switch and first parenthesis.
author zas_
date Sat, 28 Feb 2009 20:52:51 +0000
parents c9949c19a6d0
children a3d3208b0c50
line wrap: on
line diff
--- a/src/print.c	Sat Feb 28 20:48:47 2009 +0000
+++ b/src/print.c	Sat Feb 28 20:52:51 2009 +0000
@@ -2679,7 +2679,7 @@
 {
 	RenderFormat format;
 
-	switch(pw->output)
+	switch (pw->output)
 		{
 		case PRINT_OUTPUT_RGB_FILE:
 			format = RENDER_FORMAT_RGB;