OSDN Git Service

Fix up whitespacing
[pf3gnuchains/gcc-fork.git] / gcc / cp / name-lookup.h
index ede7747..0d99f9b 100644 (file)
@@ -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.  */