Code formatting/indentation unified in trunk
authordeztructor <denis.zalewsky@gmail.com>
Wed, 18 Nov 2009 09:36:34 +0000 (09:36 +0000)
committerdeztructor <denis.zalewsky@gmail.com>
Wed, 18 Nov 2009 09:36:34 +0000 (09:36 +0000)
commitd27c2db830de9a65d6a419479ee598cbf3697746
treea248cab2438db835a339b118241eb65e27a0c355
parent6c325f6d191739f115b2df64b7b83949e355e8d6
Code formatting/indentation unified in trunk

scripts/format_code.sh used for automatic indentation according to
"ansi" indentation style

git-svn-id: file:///svnroot/qtrapids/trunk@31 42ac0dd5-4c8c-4c71-bb3e-ecdfe252ffda
40 files changed:
src/client/DownloadView.cpp
src/client/DownloadView.h
src/client/MainWindow.cpp
src/client/MainWindow.h
src/client/PreferencesDialog.cpp
src/client/PreferencesDialog.h
src/client/SeedView.cpp
src/client/SeedView.h
src/client/main.cpp
src/engine/AlertWaiterThread.cpp
src/engine/AlertWaiterThread.h
src/engine/QBittorrentSession.cpp
src/engine/QBittorrentSession.h
src/engine/QTorrentHandle.cpp
src/engine/QTorrentHandle.h
src/gui/DownloadView.cpp
src/gui/DownloadView.h
src/gui/MainWindow.cpp
src/gui/MainWindow.h
src/gui/PreferencesDialog.cpp
src/gui/PreferencesDialog.h
src/gui/SeedView.cpp
src/gui/SeedView.h
src/gui/main.cpp
src/include/qtrapids/dbus.hpp
src/include/qtrapids/error.hpp
src/include/qtrapids/format.hpp
src/include/qtrapids/info.hpp
src/include/qtrapids/settings.hpp
src/plugins/PluginInterface.h
src/plugins/searchplugin/SearchPlugin.cpp
src/plugins/searchplugin/SearchPlugin.h
src/server/AlertWaiterThread.cpp
src/server/AlertWaiterThread.hpp
src/server/ServerDb.hpp
src/server/TorrentHandle.cpp
src/server/TorrentHandle.hpp
src/server/TorrentSession.cpp
src/server/TorrentSession.hpp
src/server/main.cpp