Add missing newlines to source files

Issue=154

git-svn-id: http://angleproject.googlecode.com/svn/trunk@653 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/common/version.h b/src/common/version.h
index fef0a1f..fb8dfeb 100644
--- a/src/common/version.h
+++ b/src/common/version.h
@@ -1,7 +1,7 @@
 #define MAJOR_VERSION 0
 #define MINOR_VERSION 0
 #define BUILD_VERSION 0
-#define BUILD_REVISION 652
+#define BUILD_REVISION 653
 
 #define STRINGIFY(x) #x
 #define MACRO_STRINGIFY(x) STRINGIFY(x)
diff --git a/src/compiler/MapLongVariableNames.h b/src/compiler/MapLongVariableNames.h
index 1093692..a3f4a0f 100644
--- a/src/compiler/MapLongVariableNames.h
+++ b/src/compiler/MapLongVariableNames.h
@@ -31,4 +31,4 @@
     virtual bool visitBranch(Visit, TIntermBranch*);
 };
 
-#endif  // COMPILER_MAP_LONG_VARIABLE_NAMES_H_
\ No newline at end of file
+#endif  // COMPILER_MAP_LONG_VARIABLE_NAMES_H_
diff --git a/src/compiler/PoolAlloc.h b/src/compiler/PoolAlloc.h
index 051dc00..55e09db 100644
--- a/src/compiler/PoolAlloc.h
+++ b/src/compiler/PoolAlloc.h
@@ -297,4 +297,4 @@
     TPoolAllocator& allocator;
 };
 
-#endif // _POOLALLOC_INCLUDED_
\ No newline at end of file
+#endif // _POOLALLOC_INCLUDED_
diff --git a/src/compiler/ShHandle.h b/src/compiler/ShHandle.h
index 08af472..d8f04db 100644
--- a/src/compiler/ShHandle.h
+++ b/src/compiler/ShHandle.h
@@ -104,4 +104,4 @@
 TCompiler* ConstructCompiler(ShShaderType type, ShShaderSpec spec);
 void DeleteCompiler(TCompiler*);
 
-#endif // _SHHANDLE_INCLUDED_
\ No newline at end of file
+#endif // _SHHANDLE_INCLUDED_
diff --git a/src/compiler/VariableInfo.h b/src/compiler/VariableInfo.h
index 261c862..667acaf 100644
--- a/src/compiler/VariableInfo.h
+++ b/src/compiler/VariableInfo.h
@@ -40,4 +40,4 @@
     TVariableInfoList& mUniforms;
 };
 
-#endif  // COMPILER_VARIABLE_INFO_H_
\ No newline at end of file
+#endif  // COMPILER_VARIABLE_INFO_H_