commit f69efa2e488332600589e994a7380194b4921f66 parent a15ca68747ff228cf9fd71b541e7941cbe377536 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Tue, 30 Sep 2014 17:41:48 +0200 Clean whitespace error Diffstat:
M | cc1/code.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cc1/code.c b/cc1/code.c @@ -284,7 +284,7 @@ castcode(Node *child, Type *tp) np->childs[0] = child; return np; } - + Node * unarycode(char op, Type *tp, Node *child) {