]> git.sesse.net Git - vlc/commitdiff
Qt: Reindent Makefile.am
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 10 Feb 2014 15:31:27 +0000 (16:31 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 10 Feb 2014 15:31:27 +0000 (16:31 +0100)
modules/gui/qt4/Makefile.am

index 600b8e4ead170fac14bccc7ac23d3a2f4cc9bb08..16a6fb4e9fd982ccd97c1f8b20d170eabc58c246 100644 (file)
@@ -40,7 +40,7 @@ libqt4_plugin_la_SOURCES = \
        input_manager.cpp input_manager.hpp \
        actions_manager.cpp actions_manager.hpp \
        extensions_manager.cpp extensions_manager.hpp \
-        managers/addons_manager.cpp managers/addons_manager.hpp \
+       managers/addons_manager.cpp managers/addons_manager.hpp \
        recents.cpp recents.hpp \
        adapters/seekpoints.cpp adapters/seekpoints.hpp \
        adapters/chromaprint.cpp adapters/chromaprint.hpp \
@@ -73,7 +73,7 @@ libqt4_plugin_la_SOURCES = \
        components/info_widgets.cpp components/info_widgets.hpp \
        components/preferences_widgets.cpp components/preferences_widgets.hpp \
        components/complete_preferences.cpp \
-               components/complete_preferences.hpp \
+       components/complete_preferences.hpp \
        components/simple_preferences.cpp components/simple_preferences.hpp \
        components/open_panels.cpp components/open_panels.hpp \
        components/interface_widgets.cpp components/interface_widgets.hpp \
@@ -89,18 +89,18 @@ libqt4_plugin_la_SOURCES = \
        components/playlist/ml_model.cpp components/playlist/ml_model.hpp \
        components/playlist/vlc_model.cpp components/playlist/vlc_model.hpp \
        components/playlist/playlist_model.cpp \
-               components/playlist/playlist_model.hpp \
+       components/playlist/playlist_model.hpp \
        components/playlist/playlist_item.cpp \
-               components/playlist/playlist_item.hpp \
+       components/playlist/playlist_item.hpp \
        components/playlist/standardpanel.cpp \
-               components/playlist/standardpanel.hpp \
+       components/playlist/standardpanel.hpp \
        components/playlist/playlist.cpp components/playlist/playlist.hpp \
        components/playlist/selector.cpp components/playlist/selector.hpp \
-               components/playlist/sorting.h \
+       components/playlist/sorting.h \
        components/sout/profile_selector.cpp \
-               components/sout/profile_selector.hpp \
+       components/sout/profile_selector.hpp \
        components/sout/sout_widgets.cpp components/sout/sout_widgets.hpp \
-               components/sout/profiles.hpp \
+       components/sout/profiles.hpp \
        util/animators.cpp util/animators.hpp \
        util/input_slider.cpp util/input_slider.hpp \
        util/timetooltip.cpp util/timetooltip.hpp \
@@ -114,9 +114,9 @@ libqt4_plugin_la_SOURCES = \
        util/buttons/BrowseButton.cpp util/buttons/BrowseButton.hpp \
        util/buttons/DeckButtonsLayout.cpp util/buttons/DeckButtonsLayout.hpp \
        util/buttons/RoundButton.cpp util/buttons/RoundButton.hpp \
-               util/qvlcframe.hpp \
-               util/qvlcapp.hpp \
-               util/singleton.hpp \
+       util/qvlcframe.hpp \
+       util/qvlcapp.hpp \
+       util/singleton.hpp \
        styles/seekstyle.cpp styles/seekstyle.hpp
 if HAVE_WIN32
 libqt4_plugin_la_SOURCES += main_interface_win32.cpp
@@ -142,7 +142,7 @@ nodist_libqt4_plugin_la_SOURCES = \
        input_manager.moc.cpp \
        actions_manager.moc.cpp \
        extensions_manager.moc.cpp \
-        managers/addons_manager.moc.cpp \
+       managers/addons_manager.moc.cpp \
        recents.moc.cpp \
        adapters/seekpoints.moc.cpp \
        adapters/chromaprint.moc.cpp \