diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-02 12:00:04 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-02 12:00:04 +0200 |
commit | 3b56738d88d881d023bdefda2222d99663f12b9f (patch) | |
tree | a86811053d766771060c686babecc854f159f6a2 /bin | |
parent | 234705792261395d62139a4417504fd4d7a63729 (diff) |
The TODO seems to be DONE
Change-Id: I096aa231f2a46feb205e609227fc9f7e84affc1d
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fixincludeguards.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/fixincludeguards.sh b/bin/fixincludeguards.sh index 907e4aa27c98..5a6347f4574e 100755 --- a/bin/fixincludeguards.sh +++ b/bin/fixincludeguards.sh @@ -11,12 +11,6 @@ # a) fixincludeguards.sh header.hxx # b) find . -name *.hxx -or -name *.h | xargs sh fixincludeguards.sh -# TODO: This doesn't fix wrong #endif comments, like: -# #ifndef FOO_BAR_HXX -# #define FOO_BAR_HXX -# ... -# #endif // OTHER_BAR_HXX - guard_prefix="INCLUDED_" for fn in "$@"; do |