From 7cd5c96087f7b428037e8b3531d630595c9393e6 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sat, 15 Jul 2006 01:36:48 +0000 Subject: [PATCH] identaAaAtion --HG-- branch : faluco extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/faluco%4017 --- compiler-init/sc1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-init/sc1.c b/compiler-init/sc1.c index 33f3f7c5..1fa95446 100644 --- a/compiler-init/sc1.c +++ b/compiler-init/sc1.c @@ -1976,7 +1976,7 @@ static int declloc(int fstatic) check_userop(NULL,ctag,lval.tag,2,NULL,&ctag); store(&lval); markexpr(sEXPR,NULL,0); /* full expression ends after the store */ - } + } assert(staging); /* end staging phase (optimize expression) */ stgout(staging_start); stgset(FALSE); @@ -2253,7 +2253,7 @@ static cell initvector(int ident,int tag,cell size,int fillzero, constvalue *enumroot,int *errorfound) { cell prev1=0,prev2=0; - int ellips=FALSE, hadtoken=0; + int ellips=FALSE,hadtoken=0; int curlit=litidx; int rtag,ctag;