mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 18:18:27 +00:00
[C++] Fix clang -Wnewline-eof warning (#7711)
* Fix clang -Wnewline-eof warning * Enable -Wnewline-eof warning Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -13,4 +13,4 @@ void ParseFlexbuffersFromJsonWithNullTest();
|
||||
} // namespace tests
|
||||
} // namespace flatbuffers
|
||||
|
||||
#endif // TESTS_FLEXBUFFERS_TEST_H
|
||||
#endif // TESTS_FLEXBUFFERS_TEST_H
|
||||
|
||||
@@ -171,4 +171,4 @@ void JsonUnsortedArrayTest() {
|
||||
}
|
||||
|
||||
} // namespace tests
|
||||
} // namespace flatbuffers
|
||||
} // namespace flatbuffers
|
||||
|
||||
@@ -15,4 +15,4 @@ void JsonUnsortedArrayTest();
|
||||
} // namespace tests
|
||||
} // namespace flatbuffers
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -35,4 +35,4 @@ void UnPackTo(const uint8_t *flatbuf);
|
||||
} // namespace tests
|
||||
} // namespace flatbuffers
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -98,4 +98,4 @@ void OptionalScalarsTest() {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,4 +30,4 @@ void FieldIdentifierTest();
|
||||
} // namespace tests
|
||||
} // namespace flatbuffers
|
||||
|
||||
#endif // TESTS_PARSER_TEST_H
|
||||
#endif // TESTS_PARSER_TEST_H
|
||||
|
||||
@@ -15,4 +15,4 @@ void ParseProtoBufAsciiTest();
|
||||
} // namespace tests
|
||||
} // namespace flatbuffers
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user