summaryrefslogtreecommitdiff
path: root/Source/Checks/cm_c11_thread_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Checks/cm_c11_thread_local.c')
-rw-r--r--Source/Checks/cm_c11_thread_local.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Checks/cm_c11_thread_local.c b/Source/Checks/cm_c11_thread_local.c
index ab780f284c..bdf91aa902 100644
--- a/Source/Checks/cm_c11_thread_local.c
+++ b/Source/Checks/cm_c11_thread_local.c
@@ -1,2 +1,5 @@
_Thread_local int i = 42;
-int main(void) { return 0; }
+int main(void)
+{
+ return 0;
+}