mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
500506bc8b
commit
4336d71016
@ -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_
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user