From e573aa23f6cf64c334633fc05918bb6515222497 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 9 Feb 2020 14:41:36 +1100 Subject: Standardise header guard names and use. --- cocoa/QuartzTextLayout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cocoa/QuartzTextLayout.h') 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 -- cgit v1.2.3