summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCode21Generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGlobalXCode21Generator.h')
-rw-r--r--Source/cmGlobalXCode21Generator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalXCode21Generator.h b/Source/cmGlobalXCode21Generator.h
index d585e0e..3a1b00e 100644
--- a/Source/cmGlobalXCode21Generator.h
+++ b/Source/cmGlobalXCode21Generator.h
@@ -34,7 +34,8 @@ public:
std::vector<cmLocalGenerator*>& generators);
///! What is the configurations directory variable called?
- virtual const char* GetCMakeCFGInitDirectory() { return "$(CONFIGURATION)"; }
+ virtual const char* GetCMakeCFGInitDirectory() {
+ return "$(CONFIGURATION)"; }
};
#endif