Fix include guards for tcuSurfacelessPlatform.hpp
authorChris Forbes <chrisforbes@google.com>
Thu, 19 Oct 2017 18:03:30 +0000 (11:03 -0700)
committerChris Forbes <chrisforbes@google.com>
Thu, 19 Oct 2017 18:03:30 +0000 (11:03 -0700)
Change-Id: I3f6b9824c0fb51270e22942121e4feea1d6660fb
Components: Framework

framework/platform/surfaceless/tcuSurfacelessPlatform.hpp

index 01d703f..81978a3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _TCU_SURFACELESS_PLATFORM_HPP
-#define _TCU_SURFACELESS_PLATFORM_HPP
+#ifndef _TCUSURFACELESSPLATFORM_HPP
+#define _TCUSURFACELESSPLATFORM_HPP
 
 /*-------------------------------------------------------------------------
  * drawElements Quality Program Tester Core
@@ -31,4 +31,4 @@ namespace tcu
 
 tcu::Platform* createPlatform (void);
 
-#endif
+#endif // _TCUSURFACELESSPLATFORM_HPP