Skip to content

Commit 7ab7d7f

Browse files
committed
Add missing newlines at ends of files
1 parent b84b530 commit 7ab7d7f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

include/SchemaGenerator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,4 +415,4 @@ class Generator
415415

416416
} /* namespace graphql::schema */
417417

418-
#endif // SCHEMAGENERATOR_H
418+
#endif // SCHEMAGENERATOR_H

include/graphqlservice/GraphQLGrammar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,4 +1320,4 @@ struct document
13201320

13211321
} /* namespace graphql::peg */
13221322

1323-
#endif // GRAPHQLGRAMMAR_H
1323+
#endif // GRAPHQLGRAMMAR_H

include/graphqlservice/GraphQLParse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ peg::ast operator "" _graphql(const char* text, size_t size);
3030

3131
} /* namespace graphql */
3232

33-
#endif // GRAPHQLPARSE_H
33+
#endif // GRAPHQLPARSE_H

include/graphqlservice/GraphQLResponse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ struct Value
180180

181181
} /* namespace graphql::response */
182182

183-
#endif // GRAPHQLRESPONSE_H
183+
#endif // GRAPHQLRESPONSE_H

include/graphqlservice/JSONResponse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Value parseJSON(const std::string& json);
1616

1717
} /* namespace graphql::response */
1818

19-
#endif // JSONRESPONSE_H
19+
#endif // JSONRESPONSE_H

0 commit comments

Comments
 (0)