diff options
author | Neil <nyamatongwe@gmail.com> | 2020-02-09 14:41:36 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-02-09 14:41:36 +1100 |
commit | e573aa23f6cf64c334633fc05918bb6515222497 (patch) | |
tree | 5fc92e98347d740ba6c3df6a728937699022b22e /cocoa/QuartzTextLayout.h | |
parent | b6c4500a92fc089ea532600f9fac280177498799 (diff) | |
download | scintilla-mirror-e573aa23f6cf64c334633fc05918bb6515222497.tar.gz |
Standardise header guard names and use.
Diffstat (limited to 'cocoa/QuartzTextLayout.h')
-rw-r--r-- | cocoa/QuartzTextLayout.h | 4 |
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> |