Append newlines to EOF of all translation units. (#11654)

We are switching to -Wnewline-eof soon and these will become errors. Anyway, this was undefined behavior.
This commit is contained in:
Chinmay Garde 2019-08-28 15:06:49 -07:00 committed by GitHub
parent 9d61b9a31a
commit d5242ff205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -148,4 +148,4 @@ void KeyEventHandler::KeyboardHook(GLFWwindow* window,
channel_->Send(event);
}
} // namespace flutter
} // namespace flutter

View File

@ -184,4 +184,4 @@ EGLBoolean AngleSurfaceManager::SwapBuffers(const EGLSurface surface) {
return (eglSwapBuffers(egl_display_, surface));
}
} // namespace flutter
} // namespace flutter

View File

@ -60,4 +60,4 @@ void KeyEventHandler::KeyboardHook(Win32FlutterWindow* window,
channel_->Send(event);
}
} // namespace flutter
} // namespace flutter

View File

@ -325,4 +325,4 @@ void Win32FlutterWindow::DestroyRenderSurface() {
render_surface = EGL_NO_SURFACE;
}
} // namespace flutter
} // namespace flutter

View File

@ -176,4 +176,4 @@ class Win32FlutterWindow : public Win32Window {
} // namespace flutter
#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WINDOW_H_
#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WINDOW_H_

View File

@ -237,4 +237,4 @@ Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept {
GetWindowLongPtr(window, GWLP_USERDATA));
}
} // namespace flutter
} // namespace flutter

View File

@ -129,4 +129,4 @@ class Win32Window {
} // namespace flutter
#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WIN32_WINDOW_H_
#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WIN32_WINDOW_H_