From 5aed635d54a535bdf4cf7601eaafddc51249c47e Mon Sep 17 00:00:00 2001 From: keita Date: Thu, 7 Oct 2021 22:04:11 +0900 Subject: [PATCH] fix include guard format --- src/cocoatweet/exception/invalidParameterException.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cocoatweet/exception/invalidParameterException.h b/src/cocoatweet/exception/invalidParameterException.h index 0b5ccbf..f3562d5 100644 --- a/src/cocoatweet/exception/invalidParameterException.h +++ b/src/cocoatweet/exception/invalidParameterException.h @@ -1,5 +1,5 @@ -#ifndef COCOATWEET_EXCEPTION_INVAILDPARAMETEREXCEPTION_H_ -#define COCOATWEET_EXCEPTION_INVAILDPARAMETEREXCEPTION_H_ +#ifndef COCOATWEET_EXCEPTION_INVALIDPARAMETEREXCEPTION_H_ +#define COCOATWEET_EXCEPTION_INVALIDPARAMETEREXCEPTION_H_ #include