Unverified Commit 539ed0bc authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Integrate review feedback

Co-Authored-By: default avatarJoseph Noir <josephnoir@users.noreply.github.com>
parent cfc5718b
......@@ -51,7 +51,7 @@ int main(int argc, char** argv) {
// Locate the beginning of the enum.
for (;;) {
if (!getline(in, line)) {
cerr << "unable to locate enum in file file: " << argv[1] << '\n';
cerr << "unable to locate enum in file: " << argv[1] << '\n';
return EXIT_FAILURE;
}
trim(line);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment