No-op: remove all trailing whitespace.
[dcpomatic.git] / src / wx / content_properties_dialog.cc
index feb2c6a4631a7b2bac65f0b7a50bbd2e23257166..7fb0cccbab2e42962a281c685148bcb851a8bfeb 100644 (file)
@@ -54,7 +54,7 @@ ContentPropertiesDialog::ContentPropertiesDialog (wxWindow* parent, shared_ptr<C
        }
 
        /* XXX: this could be better wrt audio streams */
-       
+
        shared_ptr<SingleStreamAudioContent> single = dynamic_pointer_cast<SingleStreamAudioContent> (content);
        if (single) {
                add_property (
@@ -62,7 +62,7 @@ ContentPropertiesDialog::ContentPropertiesDialog (wxWindow* parent, shared_ptr<C
                        std_to_wx (raw_convert<string> (single->audio_stream()->channels ()))
                        );
        }
-       
+
        layout ();
 }