svga: assorted whitespace and formatting fixes
[mesa.git] / src / gallium / drivers / svga / svga_tgsi_decl_sm30.c
index 2296861f6fc07164edd31fdb0bdbbe8eba9e2536..5e0f52bd8992ae27f855ab69949fe97f68941ede 100644 (file)
@@ -578,7 +578,7 @@ svga_translate_decl_sm30(struct svga_shader_emitter *emit,
    unsigned last = decl->Range.Last;
    unsigned idx;
 
-   for(idx = first; idx <= last; idx++) {
+   for (idx = first; idx <= last; idx++) {
       boolean ok = TRUE;
 
       switch (decl->Declaration.File) {