Make #endif comments match #ifdef in inclusion guards

This commit is contained in:
Dave Hickin
2015-08-06 14:06:14 +01:00
parent efa9dff1d4
commit b1143fea9e
2 changed files with 2 additions and 2 deletions

View File

@@ -283,4 +283,4 @@ private:
};
}}
#endif /* NTScalar_H */
#endif /* NTSCALAR_H */

View File

@@ -286,4 +286,4 @@ private:
};
}}
#endif /* NTScalarArray_H */
#endif /* NTSCALARARRAY_H */