From 77c7df5fcded3a87aaed1de0f8d2335ba909d574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Fri, 28 Jun 2019 00:00:01 +0000 Subject: [PATCH] atomic.cpp: add one blank line!!! --- userland/cpp/atomic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/userland/cpp/atomic.cpp b/userland/cpp/atomic.cpp index c98f874..9a63b45 100644 --- a/userland/cpp/atomic.cpp +++ b/userland/cpp/atomic.cpp @@ -20,6 +20,7 @@ #include #include #include + std::atomic_ulong my_atomic_ulong(0); unsigned long my_non_atomic_ulong = 0; #if defined(__x86_64__) || defined(__aarch64__)