From 13a9bfbca733821f773ca7ffd990ce962c728924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 25 Mar 2020 11:10:34 +0100 Subject: Style: Harmonize header guards to style guide [Core] --- core/os/file_access.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/os/file_access.h') diff --git a/core/os/file_access.h b/core/os/file_access.h index 36a947c691..4a82637ecc 100644 --- a/core/os/file_access.h +++ b/core/os/file_access.h @@ -196,4 +196,4 @@ struct FileAccessRef { } }; -#endif +#endif // FILE_ACCESS_H -- cgit v1.2.3