[vlc-commits] Qt: Reindent Makefile.am

Jean-Baptiste Kempf git at videolan.org
Mon Feb 10 16:32:01 CET 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 10 16:31:27 2014 +0100| [83029b9d0d2f4057c3ac6ba0c41f1092754390bb] | committer: Jean-Baptiste Kempf

Qt: Reindent Makefile.am

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83029b9d0d2f4057c3ac6ba0c41f1092754390bb
---

 modules/gui/qt4/Makefile.am |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/modules/gui/qt4/Makefile.am b/modules/gui/qt4/Makefile.am
index 600b8e4..16a6fb4 100644
--- a/modules/gui/qt4/Makefile.am
+++ b/modules/gui/qt4/Makefile.am
@@ -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 \



More information about the vlc-commits mailing list