From b25a4f8231f3ded44038ea454a3d4c6a2dc9217d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 15 Mar 2009 00:32:18 +0000 Subject: (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too --- src/direction_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/direction_type.h') diff --git a/src/direction_type.h b/src/direction_type.h index 89b527cb6..e0c0d6873 100644 --- a/src/direction_type.h +++ b/src/direction_type.h @@ -35,7 +35,7 @@ DECLARE_POSTFIX_INCREMENT(Direction); /** Define basic enum properties */ template <> struct EnumPropsT : MakeEnumPropsT {}; -typedef TinyEnumT DirectionByte; //typedefing-enumification of Direction +typedef TinyEnumT DirectionByte; // typedefing-enumification of Direction /** @@ -85,7 +85,7 @@ DECLARE_POSTFIX_INCREMENT(DiagDirection); /** Define basic enum properties */ template <> struct EnumPropsT : MakeEnumPropsT {}; -typedef TinyEnumT DiagDirectionByte; //typedefing-enumification of DiagDirection +typedef TinyEnumT DiagDirectionByte; // typedefing-enumification of DiagDirection /** -- cgit v1.2.3-54-g00ecf