Changes to qemacs/libqhtml/csstoqe.c
Charlie Gordon <[email protected]> Wed, 11 May 2005 11:12:17 -0400
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Index: qemacs/libqhtml/csstoqe.c
diff -u qemacs/libqhtml/csstoqe.c:1.1.1.1 qemacs/libqhtml/csstoqe.c:1.2
--- qemacs/libqhtml/csstoqe.c:1.1.1.1 Sat May 29 10:19:54 2004
+++ qemacs/libqhtml/csstoqe.c Wed May 11 15:12:14 2005
@@ -14,7 +14,7 @@
got_space = 0;
last_c = 0;
in_string = 0;
- for(;;) {
+ for (;;) {
c = getchar();
redo:
if (c == EOF)
@@ -31,7 +31,7 @@
putchar('/');
goto redo;
}
- for(;;) {
+ for (;;) {
c = getchar();
if (c == EOF)
goto the_end;