Add missing newlines to source files

Issue=154 git-svn-id: https://angleproject.googlecode.com/svn/trunk@653 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 18b7b5b5
#define MAJOR_VERSION 0 #define MAJOR_VERSION 0
#define MINOR_VERSION 0 #define MINOR_VERSION 0
#define BUILD_VERSION 0 #define BUILD_VERSION 0
#define BUILD_REVISION 652 #define BUILD_REVISION 653
#define STRINGIFY(x) #x #define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x) #define MACRO_STRINGIFY(x) STRINGIFY(x)
......
...@@ -31,4 +31,4 @@ public: ...@@ -31,4 +31,4 @@ public:
virtual bool visitBranch(Visit, TIntermBranch*); virtual bool visitBranch(Visit, TIntermBranch*);
}; };
#endif // COMPILER_MAP_LONG_VARIABLE_NAMES_H_ #endif // COMPILER_MAP_LONG_VARIABLE_NAMES_H_
\ No newline at end of file
...@@ -297,4 +297,4 @@ protected: ...@@ -297,4 +297,4 @@ protected:
TPoolAllocator& allocator; TPoolAllocator& allocator;
}; };
#endif // _POOLALLOC_INCLUDED_ #endif // _POOLALLOC_INCLUDED_
\ No newline at end of file
...@@ -104,4 +104,4 @@ private: ...@@ -104,4 +104,4 @@ private:
TCompiler* ConstructCompiler(ShShaderType type, ShShaderSpec spec); TCompiler* ConstructCompiler(ShShaderType type, ShShaderSpec spec);
void DeleteCompiler(TCompiler*); void DeleteCompiler(TCompiler*);
#endif // _SHHANDLE_INCLUDED_ #endif // _SHHANDLE_INCLUDED_
\ No newline at end of file
...@@ -40,4 +40,4 @@ private: ...@@ -40,4 +40,4 @@ private:
TVariableInfoList& mUniforms; TVariableInfoList& mUniforms;
}; };
#endif // COMPILER_VARIABLE_INFO_H_ #endif // COMPILER_VARIABLE_INFO_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