Commit 72196b74 by Corentin Wallez

Add missing trailing newline before EGLWindow.cpp EOF

BUG=angleproject:892 Change-Id: Iaf175a310ce2acb5a8715902b3d367aa3dae8e2c Reviewed-on: https://chromium-review.googlesource.com/269124Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent 75af569c
...@@ -231,4 +231,4 @@ bool EGLWindow::isGLInitialized() const ...@@ -231,4 +231,4 @@ bool EGLWindow::isGLInitialized() const
return mSurface != EGL_NO_SURFACE && return mSurface != EGL_NO_SURFACE &&
mContext != EGL_NO_CONTEXT && mContext != EGL_NO_CONTEXT &&
mDisplay != EGL_NO_DISPLAY; mDisplay != EGL_NO_DISPLAY;
} }
\ No newline at end of file
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