From fab1340f2f631adf2418afa022e656ab3744b38f Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 4 Mar 2015 14:22:56 -0500 Subject: [PATCH] MessageFormat: Add edn header guard comment --- headers/os/locale/MessageFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/locale/MessageFormat.h b/headers/os/locale/MessageFormat.h index 15df05cfe0..5bbe915ad1 100644 --- a/headers/os/locale/MessageFormat.h +++ b/headers/os/locale/MessageFormat.h @@ -34,4 +34,4 @@ private: }; -#endif +#endif // _B_MESSAGE_FORMAT_H_