]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutSplit.cxx
re-indent / Fix comments
[bbtk.git] / packages / wx / src / bbwxLayoutSplit.cxx
index f588595dae4eaddab71ac71d08acf502e0f2ae14..94c0e48ae9d1745370ec49779b676f148b6c860c 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutSplit.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:12:17 $
-  Version:   $Revision: 1.12 $
+  Date:      $Date: 2010/04/08 14:38:00 $
+  Version:   $Revision: 1.13 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -97,10 +97,10 @@ namespace bbwx
          
          int orientation=0;
     if (bbtk::Utilities::loosematch(bbGetInputOrientation(),"0|H|HORIZONTAL")==true)  { orientation=0; }
-    if (bbtk::Utilities::loosematch(bbGetInputOrientation(),"1|V|VERTICAL")==true)       { orientation=1; }
+    if (bbtk::Utilities::loosematch(bbGetInputOrientation(),"1|V|VERTICAL")==true)    { orientation=1; }
     
 
-         if (orientation==1) { w->SplitHorizontally( w1, w2, 100); }
+    if (orientation==1) { w->SplitHorizontally( w1, w2, 100); }
     else                { w->SplitVertically( w1, w2, 100);   }
   
     bbSetOutputWidget( w );