From 716de547dcf0e46670c1f7b1be77ecbc7e2cd938 Mon Sep 17 00:00:00 2001 From: Cydh Ramdh Date: Wed, 25 Dec 2013 12:17:48 +0700 Subject: [PATCH] Added newline at end of file, http://rathena.org/board/tracker/issue-8380-warnings-warnings/ Signed-off-by: Cydh Ramdh --- src/common/atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/atomic.h b/src/common/atomic.h index 89f0b910f9..32b7ad267d 100644 --- a/src/common/atomic.h +++ b/src/common/atomic.h @@ -144,4 +144,4 @@ static forceinline int32 InterlockedExchange(volatile int32 *target, int32 val){ #endif //endif compiler decission -#endif \ No newline at end of file +#endif