Add missing newline at EOF (flutter/engine#11473)

This was required by the C++ spec pre-C++11 and still gets picked up in
the Fuchsia tree due to -Wnewline-eof. It fixes:

    ../../third_party/flutter/lib/ui/text/line_metrics.h:75:47: error: no newline at end of file [-Werror,-Wnewline-eof]
    #endif  // FLUTTER_LIB_UI_TEXT_LINE_METRICS_H_
This commit is contained in:
Chris Bracken 2019-08-26 21:11:57 -07:00 committed by GitHub
parent 500506bc8b
commit 4336d71016

View File

@ -72,4 +72,4 @@ struct DartListFactory<flutter::LineMetrics> {
} // namespace tonic
#endif // FLUTTER_LIB_UI_TEXT_LINE_METRICS_H_
#endif // FLUTTER_LIB_UI_TEXT_LINE_METRICS_H_