Author: shenruifen
Date: 2011-08-22 06:02:49 -0400 (Mon, 22 Aug 2011)
New Revision: 3724

Modified:
   trunk/osprey/be/opt/opt_cfg.cxx
Log:
Re-fine last version for code indentation


Modified: trunk/osprey/be/opt/opt_cfg.cxx
===================================================================
--- trunk/osprey/be/opt/opt_cfg.cxx     2011-08-22 09:56:36 UTC (rev 3723)
+++ trunk/osprey/be/opt/opt_cfg.cxx     2011-08-22 10:02:49 UTC (rev 3724)
@@ -1805,8 +1805,8 @@
   BOOL empty_then = !then_wn || !WN_first(then_wn);    
   BOOL empty_else = !else_wn || !WN_first(else_wn);
   
-       FmtAssert(!(empty_then && empty_else), 
-              ("Screen_cand: Both then_stmt and else_stmt are NULL"));
+  FmtAssert(!(empty_then && empty_else), 
+       ("Screen_cand: Both then_stmt and else_stmt are NULL"));
 
   if (Screen_cand(wn))
     return wn_bk;


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to