diff --git a/src/osgPlugins/ive/FragmentProgram.h b/src/osgPlugins/ive/FragmentProgram.h index 822cd1d4d..399ad4767 100644 --- a/src/osgPlugins/ive/FragmentProgram.h +++ b/src/osgPlugins/ive/FragmentProgram.h @@ -12,4 +12,4 @@ public: }; } -#endif // IVE_FRAGMENT_PROGRAM \ No newline at end of file +#endif // IVE_FRAGMENT_PROGRAM diff --git a/src/osgPlugins/ive/VertexProgram.h b/src/osgPlugins/ive/VertexProgram.h index d190a11e0..96121c443 100644 --- a/src/osgPlugins/ive/VertexProgram.h +++ b/src/osgPlugins/ive/VertexProgram.h @@ -12,4 +12,4 @@ public: }; } -#endif // IVE_VERTEX_PROGRAM \ No newline at end of file +#endif // IVE_VERTEX_PROGRAM