Improve code style.

Change-Id: I26e043849bce2a4b41ae132fbe0c882f4a6f112f
diff --git a/slang_rs_export_var.h b/slang_rs_export_var.h
index c062543..61d997a 100644
--- a/slang_rs_export_var.h
+++ b/slang_rs_export_var.h
@@ -14,16 +14,16 @@
  * limitations under the License.
  */
 
-#ifndef _SLANG_COMPILER_RS_EXPORT_VAR_H
-#define _SLANG_COMPILER_RS_EXPORT_VAR_H
+#ifndef _FRAMEWORKS_COMPILE_SLANG_SLANG_RS_EXPORT_VAR_H_  // NOLINT
+#define _FRAMEWORKS_COMPILE_SLANG_SLANG_RS_EXPORT_VAR_H_
 
 #include <string>
 
-#include "llvm/ADT/StringRef.h"
-
 #include "clang/AST/Decl.h"
 #include "clang/AST/Expr.h"
 
+#include "llvm/ADT/StringRef.h"
+
 #include "slang_rs_exportable.h"
 
 namespace clang {
@@ -57,4 +57,4 @@
 
 }   // namespace slang
 
-#endif  // _SLANG_COMPILER_RS_EXPORT_VAR_H
+#endif  // _FRAMEWORKS_COMPILE_SLANG_SLANG_RS_EXPORT_VAR_H_  NOLINT