Selaa lähdekoodia

Style police.

Christoph Lohmann 10 vuotta sitten
vanhempi
commit
587b443592
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      st.c

+ 3 - 2
st.c

@@ -2319,10 +2319,11 @@ tdeftran(char ascii) {
 	static int vcs[] = {CS_GRAPHIC0, CS_USA};
 	char *p;
 
-	if((p = strchr(cs, ascii)) == NULL)
+	if((p = strchr(cs, ascii)) == NULL) {
 		fprintf(stderr, "esc unhandled charset: ESC ( %c\n", ascii);
-	else
+	} else {
 		term.trantbl[term.icharset] = vcs[p - cs];
+	}
 }
 
 void