globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / ardour / midi_model.cc
index 3d53abaae5db6808a02d7de994facfcbfb95f7b1..27fb61b11d0fcc77e15b2d13765c98b08ede609f 100644 (file)
@@ -1289,7 +1289,7 @@ MidiModel::PatchChangeDiffCommand::unmarshal_change (XMLNode* n)
        assert (prop);
        Evoral::event_id_t const id = atoi (prop->value().c_str());
 
-       /* we need to load via an int intermediate for all properties that are 
+       /* we need to load via an int intermediate for all properties that are
           actually uint8_t (char/byte).
        */