diff src/metadata.c @ 1347:79937bc55f3a

Add missing space between switch and first parenthesis.
author zas_
date Sat, 28 Feb 2009 20:52:51 +0000
parents 361120a66609
children 9e0df7903581
line wrap: on
line diff
--- a/src/metadata.c	Sat Feb 28 20:48:47 2009 +0000
+++ b/src/metadata.c	Sat Feb 28 20:52:51 2009 +0000
@@ -319,7 +319,7 @@
 			continue;
 			}
 		
-		switch(key)
+		switch (key)
 			{
 			case MK_NONE:
 				break;