NO-OP: indentation
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 27 Aug 2016 10:02:43 +0000 (06:02 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 27 Aug 2016 10:02:52 +0000 (06:02 -0400)
gtk2_ardour/rc_option_editor.cc

index 63aaf0d597aa8da1c7f2a05cd40aa285bb30f11b..8e562f4279805bfd06ba6f31bd4b96b718951f6d 100644 (file)
@@ -1882,7 +1882,7 @@ RCOptionEditor::RCOptionEditor ()
                 procs->add (0, _("all available processors"));
 
                 for (uint32_t i = 1; i <= hwcpus; ++i) {
-                        procs->add (i, string_compose (_("%1 processors"), i));
+                       procs->add (i, string_compose (P_("%1 processor", "%1 processors", i), i));
                 }
 
                procs->set_note (string_compose (_("This setting will only take effect when %1 is restarted."), PROGRAM_NAME));
@@ -3491,7 +3491,7 @@ RCOptionEditor::populate_sync_options ()
 Gtk::Window*
 RCOptionEditor::use_own_window (bool and_fill_it)
 {
-       bool new_window = !own_window();
+       bool new_window = !own_window ();
 
        Gtk::Window* win = Tabbable::use_own_window (and_fill_it);