Skip to content

Commit

Permalink
DEVTOOL: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Bénony committed Jan 6, 2016
1 parent 40373d8 commit c7e65e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/create_project/xcode.h
Expand Up @@ -152,7 +152,7 @@ class XcodeProvider : public ProjectProvider {
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)

Expand Down

0 comments on commit c7e65e6

Please sign in to comment.