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:
Diffstat (limited to 'source/blender/gpu/GPU_common.h')
-rw-r--r--source/blender/gpu/GPU_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_common.h b/source/blender/gpu/GPU_common.h
index 36b369a31ff..a4bafe13500 100644
--- a/source/blender/gpu/GPU_common.h
+++ b/source/blender/gpu/GPU_common.h
@@ -29,7 +29,7 @@
#if defined(NDEBUG)
# define TRUST_NO_ONE 0
#else
- /* strict error checking, enabled for debug builds during early development */
+/* strict error checking, enabled for debug builds during early development */
# define TRUST_NO_ONE 1
#endif