whitespace fixes

This commit is contained in:
Denis Vlasenko
2007-05-30 00:29:55 +00:00
parent 4ef7d3a2de
commit 4b924f3a5c
29 changed files with 82 additions and 82 deletions

View File

@@ -824,7 +824,7 @@ bool expr_depends_symbol(struct expr *dep, struct symbol *sym)
default:
;
}
return false;
return false;
}
struct expr *expr_extract_eq_and(struct expr **ep1, struct expr **ep2)