Commit f4e6ae91 by Stuart Morgan Committed by Commit Bot

Fixes missing newlines in headers

Bug: angleproject:4757 Change-Id: Ic5d9bb62834cbd66463086c298ebcaeb3eb44ad0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2247486Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent b900f4e2
......@@ -10,4 +10,4 @@
#define ANGLEBASE_EXPORT
#endif // ANGLEBASE_BASE_EXPORT_H_
\ No newline at end of file
#endif // ANGLEBASE_BASE_EXPORT_H_
......@@ -103,4 +103,4 @@ class NoDestructor
} // namespace angle
#endif // ANGLEBASE_NO_DESTRUCTOR_H_
\ No newline at end of file
#endif // ANGLEBASE_NO_DESTRUCTOR_H_
......@@ -46,4 +46,4 @@ inline uint64_t ByteSwap(uint64_t x)
} // namespace angle
#endif // ANGLEBASE_SYS_BYTEORDER_H_
\ No newline at end of file
#endif // ANGLEBASE_SYS_BYTEORDER_H_
......@@ -18,4 +18,4 @@ class TIntermBlock;
size_t FindFirstFunctionDefinitionIndex(TIntermBlock *root);
} // namespace sh
#endif // COMPILER_TRANSLATOR_TREEUTIL_FINDFUNCTION_H_
\ No newline at end of file
#endif // COMPILER_TRANSLATOR_TREEUTIL_FINDFUNCTION_H_
......@@ -32,4 +32,4 @@ ANGLE_NO_DISCARD bool ReplaceClipDistanceAssignments(TCompiler *compiler,
const TIntermTyped *clipDistanceEnableFlags);
} // namespace sh
#endif
\ No newline at end of file
#endif
......@@ -25,4 +25,4 @@ class Program11 : public ProgramD3D
};
} // namespace rx
#endif // LIBANGLE_RENDERER_D3D_D3D11_PROGRAM11_H_
\ No newline at end of file
#endif // LIBANGLE_RENDERER_D3D_D3D11_PROGRAM11_H_
......@@ -83,4 +83,4 @@ class ClearMultiviewGL : angle::NonCopyable
};
} // namespace rx
#endif // LIBANGLE_RENDERER_GL_CLEARMULTIVIEWGL_H_
\ No newline at end of file
#endif // LIBANGLE_RENDERER_GL_CLEARMULTIVIEWGL_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