diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-13 23:14:08 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-13 23:52:39 +0200 |
commit | 8f032e04ad69166d03510b2baa4f72fefe834cc0 (patch) | |
tree | 25dcf8dd4df20751a6f568fcda1e2f91a09e0a14 /tools/inc/impcont.hxx | |
parent | 731f3ce64a84b14b43a2a8ca3d455dd8711781b9 (diff) |
removed "// end of sth." comments in tools/inc/
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d.
Change-Id: I597be0bbcda36580c8607cab094e53e9f39133e2
Diffstat (limited to 'tools/inc/impcont.hxx')
-rw-r--r-- | tools/inc/impcont.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/impcont.hxx b/tools/inc/impcont.hxx index 559a861834d2..b6a7f5d96d23 100644 --- a/tools/inc/impcont.hxx +++ b/tools/inc/impcont.hxx @@ -102,6 +102,6 @@ inline void** Container::ImpGetOnlyNodes() const return NULL; } -#endif // _IMPCONT_HXX +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |