NO-OP whitespace
authorRobin Gareus <robin@gareus.org>
Sun, 10 Jul 2016 13:59:50 +0000 (15:59 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 10 Jul 2016 13:59:50 +0000 (15:59 +0200)
gtk2_ardour/sfdb_ui.cc

index 9e5e65625b3feaf7d696a088043b251bc9d0c9ab..7cbd74c75d4cb9357a931cbcd5c55e1b1840b0f7 100644 (file)
@@ -1717,11 +1717,11 @@ SoundFileOmega::SoundFileOmega (string title, ARDOUR::Session* s,
        options.attach (instrument_combo, 3, 4, 1, 2, FILL, SHRINK, 8, 0);
 
        Alignment *hspace = manage (new Alignment ());
-       hspace->set_size_request(2, 2);
+       hspace->set_size_request (2, 2);
        options.attach (*hspace, 0, 3, 2, 3, FILL, SHRINK, 0, 8);
 
        Alignment *vspace = manage (new Alignment ());
-       vspace->set_size_request(2, 2);
+       vspace->set_size_request (2, 2);
        options.attach (*vspace, 2, 3, 0, 3, EXPAND, SHRINK, 0, 0);
 
        str.clear ();