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/poly.h | |
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/poly.h')
-rw-r--r-- | tools/inc/poly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h index cefad73b8775..b0acd662621d 100644 --- a/tools/inc/poly.h +++ b/tools/inc/poly.h @@ -66,6 +66,6 @@ public: ~ImplPolyPolygon(); }; -#endif // _SV_POLY_H +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |