Improve code style.

Change-Id: I26e043849bce2a4b41ae132fbe0c882f4a6f112f
diff --git a/slang_rs_exportable.h b/slang_rs_exportable.h
index f336745..c64dbf6 100644
--- a/slang_rs_exportable.h
+++ b/slang_rs_exportable.h
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef _SLANG_COMPILER_RS_EXPORTABLE_HPP
-#define _SLANG_COMPILER_RS_EXPORTABLE_HPP
+#ifndef _FRAMEWORKS_COMPILE_SLANG_SLANG_RS_EXPORTABLE_H_  // NOLINT
+#define _FRAMEWORKS_COMPILE_SLANG_SLANG_RS_EXPORTABLE_H_
 
 #include "slang_rs_context.h"
 
@@ -60,4 +60,4 @@
 };
 }
 
-#endif  // _SLANG_COMPILER_RS_EXPORTABLE_HPP
+#endif  // _FRAMEWORKS_COMPILE_SLANG_SLANG_RS_EXPORTABLE_H_  NOLINT