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 @@ ...@@ -10,4 +10,4 @@
#define ANGLEBASE_EXPORT #define ANGLEBASE_EXPORT
#endif // ANGLEBASE_BASE_EXPORT_H_ #endif // ANGLEBASE_BASE_EXPORT_H_
\ No newline at end of file
...@@ -103,4 +103,4 @@ class NoDestructor ...@@ -103,4 +103,4 @@ class NoDestructor
} // namespace angle } // namespace angle
#endif // ANGLEBASE_NO_DESTRUCTOR_H_ #endif // ANGLEBASE_NO_DESTRUCTOR_H_
\ No newline at end of file
...@@ -46,4 +46,4 @@ inline uint64_t ByteSwap(uint64_t x) ...@@ -46,4 +46,4 @@ inline uint64_t ByteSwap(uint64_t x)
} // namespace angle } // namespace angle
#endif // ANGLEBASE_SYS_BYTEORDER_H_ #endif // ANGLEBASE_SYS_BYTEORDER_H_
\ No newline at end of file
...@@ -18,4 +18,4 @@ class TIntermBlock; ...@@ -18,4 +18,4 @@ class TIntermBlock;
size_t FindFirstFunctionDefinitionIndex(TIntermBlock *root); size_t FindFirstFunctionDefinitionIndex(TIntermBlock *root);
} // namespace sh } // namespace sh
#endif // COMPILER_TRANSLATOR_TREEUTIL_FINDFUNCTION_H_ #endif // COMPILER_TRANSLATOR_TREEUTIL_FINDFUNCTION_H_
\ No newline at end of file
...@@ -32,4 +32,4 @@ ANGLE_NO_DISCARD bool ReplaceClipDistanceAssignments(TCompiler *compiler, ...@@ -32,4 +32,4 @@ ANGLE_NO_DISCARD bool ReplaceClipDistanceAssignments(TCompiler *compiler,
const TIntermTyped *clipDistanceEnableFlags); const TIntermTyped *clipDistanceEnableFlags);
} // namespace sh } // namespace sh
#endif #endif
\ No newline at end of file
...@@ -25,4 +25,4 @@ class Program11 : public ProgramD3D ...@@ -25,4 +25,4 @@ class Program11 : public ProgramD3D
}; };
} // namespace rx } // namespace rx
#endif // LIBANGLE_RENDERER_D3D_D3D11_PROGRAM11_H_ #endif // LIBANGLE_RENDERER_D3D_D3D11_PROGRAM11_H_
\ No newline at end of file
...@@ -83,4 +83,4 @@ class ClearMultiviewGL : angle::NonCopyable ...@@ -83,4 +83,4 @@ class ClearMultiviewGL : angle::NonCopyable
}; };
} // namespace rx } // namespace rx
#endif // LIBANGLE_RENDERER_GL_CLEARMULTIVIEWGL_H_ #endif // LIBANGLE_RENDERER_GL_CLEARMULTIVIEWGL_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