Pad silence for things that already have at least some audio.
[dcpomatic.git] / src / tools / dvdomatic.cc
index de94d0a2fdbaab0acc9c14e64696af169aeae701..e0629bb9883c7bcbcd493252043c208cb7a01990 100644 (file)
@@ -166,7 +166,7 @@ setup_menu (wxMenuBar* m)
        add_item (file, _("&Properties..."), ID_file_properties, NEEDS_FILM);
 #ifndef __WXOSX__      
        file->AppendSeparator ();
-#endif 
+#endif
        add_item (file, _("&Exit"), wxID_EXIT, ALWAYS);
 
 #ifdef __WXOSX__