]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormERT.C
whitespace changes only (believe it or not!)
[lyx.git] / src / frontends / xforms / FormERT.C
index 37e63c5d46b6580b930008d55905ceba922447b8..b9ee2f9a1639caf4f84f90e1acf7589e9fdbeea9 100644 (file)
@@ -55,15 +55,15 @@ void FormERT::apply()
 
 void FormERT::update()
 {
-    switch (controller().params().status) {
-    case InsetERT::Open:
+       switch (controller().params().status) {
+       case InsetERT::Open:
                fl_set_button(dialog_->radio_open, 1);
                break;
-    case InsetERT::Collapsed:
+       case InsetERT::Collapsed:
                fl_set_button(dialog_->radio_collapsed, 1);
                break;
-    case InsetERT::Inlined:
+       case InsetERT::Inlined:
                fl_set_button(dialog_->radio_inlined, 1);
                break;
-    }
+       }
 }