summaryrefslogtreecommitdiff
path: root/Source/cmExprParserHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmExprParserHelper.h')
-rw-r--r--Source/cmExprParserHelper.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/cmExprParserHelper.h b/Source/cmExprParserHelper.h
index 8d6b2cd479..af0b9164a9 100644
--- a/Source/cmExprParserHelper.h
+++ b/Source/cmExprParserHelper.h
@@ -30,7 +30,8 @@ class cmMakefile;
class cmExprParserHelper
{
public:
- typedef struct {
+ typedef struct
+ {
int Number;
} ParserType;
@@ -66,6 +67,3 @@ private:
};
#endif
-
-
-