diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-25 08:14:39 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-25 08:14:39 (GMT) |
commit | 4135d048eb7999927dc39a73df138922d4ba6278 (patch) | |
tree | 10ebff021867305db02dd8aec20c44867e4eb943 /src/3rdparty | |
parent | 028298f77b7a8cb1c15e68f3135dcb36fcaeadd6 (diff) | |
download | Qt-4135d048eb7999927dc39a73df138922d4ba6278.zip Qt-4135d048eb7999927dc39a73df138922d4ba6278.tar.gz Qt-4135d048eb7999927dc39a73df138922d4ba6278.tar.bz2 |
Added TODO item for fixing up code indenting / formatting
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/phonon/mmf/TODO.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/TODO.txt b/src/3rdparty/phonon/mmf/TODO.txt index 1910079..a9707e0 100644 --- a/src/3rdparty/phonon/mmf/TODO.txt +++ b/src/3rdparty/phonon/mmf/TODO.txt @@ -36,4 +36,9 @@ This should probably be left for now, particularly until audio effects have been * Namespace macros For consistency with other backends, the code should be wrapped in QT_BEGIN_NAMESPACE / QT_END_NAMESPACE macros. +* Fix code layout +My editor was set to use tabs for indenting, rather than the Qt standard of 4 spaces. So we can either: + 1. Do "s/\t/ /g" - which will just fix the indenting + 2. Use http://astyle.sourceforge.net/: + astyle --indent=spaces=4 --brackets=linux --indent-labels --pad=oper --unpad=paren --one-line=keep-statements --convert-tabs --indent-preprocessor --recursive ./ |