diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-06 11:44:09 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-06 11:44:09 +0000 |
commit | 074ab442f459e8d6fa5cb8f36e98b20468f7a35a (patch) | |
tree | f6bc5402cc736afb252a23b78b57e4d60b438ef9 /gcc/cp/name-lookup.h | |
parent | 15b5961fab95969cd4a69942cabd54eb066c545f (diff) | |
download | gcc-074ab442f459e8d6fa5cb8f36e98b20468f7a35a.tar.gz |
Fix up whitespacing
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114428 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/name-lookup.h')
-rw-r--r-- | gcc/cp/name-lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/name-lookup.h b/gcc/cp/name-lookup.h index ede7747d00d..0d99f9beafa 100644 --- a/gcc/cp/name-lookup.h +++ b/gcc/cp/name-lookup.h @@ -121,7 +121,7 @@ typedef enum scope_kind { specialization. Since, by definition, an explicit specialization is introduced by "template <>", this scope is always empty. */ - sk_omp /* An OpenMP structured block. */ + sk_omp /* An OpenMP structured block. */ } scope_kind; /* The scope where the class/struct/union/enum tag applies. */ |