aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/QuartzTextLayout.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-02-09 14:41:36 +1100
committerNeil <nyamatongwe@gmail.com>2020-02-09 14:41:36 +1100
commite573aa23f6cf64c334633fc05918bb6515222497 (patch)
tree5fc92e98347d740ba6c3df6a728937699022b22e /cocoa/QuartzTextLayout.h
parentb6c4500a92fc089ea532600f9fac280177498799 (diff)
downloadscintilla-mirror-e573aa23f6cf64c334633fc05918bb6515222497.tar.gz
Standardise header guard names and use.
Diffstat (limited to 'cocoa/QuartzTextLayout.h')
-rw-r--r--cocoa/QuartzTextLayout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/QuartzTextLayout.h b/cocoa/QuartzTextLayout.h
index 62e695525..0c6eb08dd 100644
--- a/cocoa/QuartzTextLayout.h
+++ b/cocoa/QuartzTextLayout.h
@@ -8,8 +8,8 @@
*
*/
-#ifndef _QUARTZ_TEXT_LAYOUT_H
-#define _QUARTZ_TEXT_LAYOUT_H
+#ifndef QUARTZTEXTLAYOUT_H
+#define QUARTZTEXTLAYOUT_H
#include <Cocoa/Cocoa.h>