[libc++][NFC] Reindent error message

NOKEYCHECK=True
GitOrigin-RevId: 2540c773600250c2f7a2773f1102dd56cff0e5a9
diff --git a/include/locale.h b/include/locale.h
index 0b34134..c53b54f 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -36,8 +36,7 @@
 #include <__config>
 
 #if defined(_LIBCPP_HAS_NO_LOCALIZATION)
-#error                                                                                                                 \
-    "The Localization library is not supported since libc++ has been configured with LIBCXX_ENABLE_LOCALIZATION disabled"
+#   error "The Localization library is not supported since libc++ has been configured with LIBCXX_ENABLE_LOCALIZATION disabled"
 #endif
 
 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)