Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-12-17 03:42:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-17 03:42:19 +0300
commit23940ff1e1beef735cdb89da53aeb14684284825 (patch)
treea23317ae434e915e2b723418703c770d6e366389 /source/blender/usd/usd.h
parent7f00b3a7113f56ab3f18468d3a6058697d09571a (diff)
Cleanup: conform header guards to Blender's style
Diffstat (limited to 'source/blender/usd/usd.h')
-rw-r--r--source/blender/usd/usd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/usd/usd.h b/source/blender/usd/usd.h
index 412a51b8061..1a6f5819e21 100644
--- a/source/blender/usd/usd.h
+++ b/source/blender/usd/usd.h
@@ -17,8 +17,8 @@
* All rights reserved.
*/
-#ifndef __BLENDER_USD_H__
-#define __BLENDER_USD_H__
+#ifndef __USD_H__
+#define __USD_H__
#ifdef __cplusplus
extern "C" {
@@ -59,4 +59,4 @@ bool USD_export(struct bContext *C,
}
#endif
-#endif /* __BLENDER_USD_H__ */
+#endif /* __USD_H__ */