Commit dff56337 by Jamie Madill

Ensure all source files end in a newline.

This fixes compile errors on OSX. BUG=angle:773 Change-Id: I11ce9fd470a54b08656a62afc50586e5d2f987d8 Reviewed-on: https://chromium-review.googlesource.com/238446Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 72468834
...@@ -93,4 +93,4 @@ void VertexArray::setElementArrayBuffer(Buffer *buffer) ...@@ -93,4 +93,4 @@ void VertexArray::setElementArrayBuffer(Buffer *buffer)
mVertexArray->setElementArrayBuffer(buffer); mVertexArray->setElementArrayBuffer(buffer);
} }
} }
\ No newline at end of file
...@@ -52,4 +52,4 @@ size_t ComputeVertexAttributeStride(const VertexAttribute& attrib) ...@@ -52,4 +52,4 @@ size_t ComputeVertexAttributeStride(const VertexAttribute& attrib)
return attrib.stride ? attrib.stride : ComputeVertexAttributeTypeSize(attrib); return attrib.stride ? attrib.stride : ComputeVertexAttributeTypeSize(attrib);
} }
} }
\ No newline at end of file
...@@ -20,4 +20,4 @@ void MurmurHash3_x64_128 ( const void * key, int len, uint32_t seed, void * out ...@@ -20,4 +20,4 @@ void MurmurHash3_x64_128 ( const void * key, int len, uint32_t seed, void * out
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#endif // _MURMURHASH3_H_ #endif // _MURMURHASH3_H_
\ 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