Commit da06fac2 by Andrew Knight Committed by Jamie Madill

Add missing end-of-file newlines

Change-Id: I664e40f8d3f2276d5964b111d066861540010b43 Reviewed-on: https://chromium-review.googlesource.com/260791Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent cb3cc805
......@@ -186,4 +186,4 @@ long ConvertDipsToPixels(float dips)
static const float dipsPerInch = 96.0f;
return lround((dips * GetLogicalDpi() / dipsPerInch));
}
}
\ No newline at end of file
}
......@@ -32,4 +32,4 @@ class ShaderExecutable9 : public ShaderExecutableD3D
}
#endif // LIBANGLE_RENDERER_D3D_D3D9_SHADEREXECUTABLE9_H_
\ No newline at end of file
#endif // LIBANGLE_RENDERER_D3D_D3D9_SHADEREXECUTABLE9_H_
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