diff options
author | Vincent Bénony | 2016-01-06 11:39:53 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-06 16:20:31 +0100 |
commit | c7e65e60dd9bf8042a5eb5fd65d838c412b2e7b9 (patch) | |
tree | 141b89025ab973505aa71afaa2ffe1d55f6fb235 | |
parent | 40373d80a6d248e90eec7fe50c13b1a1f9041cc0 (diff) | |
download | scummvm-rg350-c7e65e60dd9bf8042a5eb5fd65d838c412b2e7b9.tar.gz scummvm-rg350-c7e65e60dd9bf8042a5eb5fd65d838c412b2e7b9.tar.bz2 scummvm-rg350-c7e65e60dd9bf8042a5eb5fd65d838c412b2e7b9.zip |
DEVTOOL: Formatting
-rw-r--r-- | devtools/create_project/xcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/xcode.h b/devtools/create_project/xcode.h index ab9be96eb1..d495dd0dfd 100644 --- a/devtools/create_project/xcode.h +++ b/devtools/create_project/xcode.h @@ -152,7 +152,7 @@ private: struct Object { public: std::string _id; // Unique identifier for this object - std::string _name; // Name (may not be unique - for ex. configuration entries) + std::string _name; // Name (may not be unique - for ex. configuration entries) std::string _refType; // Type of object this references (if any) std::string _comment; // Main comment (empty for no comment) |