diff options
author | 2007-11-24 14:14:08 +0000 | |
---|---|---|
committer | 2007-11-24 14:14:08 +0000 | |
commit | 88e66f89fd170cfe378ec8801ced9e99422663a5 (patch) | |
tree | 0242462f114b3b488bdef1bf0311c1df8c8beeb4 | |
parent | f82eb6d18d47389660e8d5da9eb8d1a1bbd7503c (diff) | |
download | paludis-88e66f89fd170cfe378ec8801ced9e99422663a5.tar.gz paludis-88e66f89fd170cfe378ec8801ced9e99422663a5.tar.xz |
Don't bother with {} for the tokeniser tags.
-rw-r--r-- | paludis/util/tokeniser.hh | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/paludis/util/tokeniser.hh b/paludis/util/tokeniser.hh index 003a74ea5..627d28e6c 100644 --- a/paludis/util/tokeniser.hh +++ b/paludis/util/tokeniser.hh @@ -48,9 +48,7 @@ namespace paludis * * \ingroup g_strings */ - struct AnyOfTag - { - }; + struct AnyOfTag; } /** @@ -65,18 +63,14 @@ namespace paludis * * \ingroup g_strings */ - struct DelimiterTag - { - }; + struct DelimiterTag; /** * Keep the delimiters. * * \ingroup g_strings */ - struct BoundaryTag - { - }; + struct BoundaryTag; } /** |