[libclc] 211/291: Remove more redundant semi-colons

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 8d5e696d1db64625bbb6efe2c7784bc994876a15
Author: Jeroen Ketema <j.ketema at imperial.ac.uk>
Date:   Thu Sep 18 09:23:40 2014 +0000

    Remove more redundant semi-colons
    
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@218039 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/include/clc/atomic/atomic_cmpxchg.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/generic/include/clc/atomic/atomic_cmpxchg.h b/generic/include/clc/atomic/atomic_cmpxchg.h
index aac7631..2e4f1c2 100644
--- a/generic/include/clc/atomic/atomic_cmpxchg.h
+++ b/generic/include/clc/atomic/atomic_cmpxchg.h
@@ -4,12 +4,12 @@
 	_CLC_OVERLOAD _CLC_DECL TYPE __CLC_FUNCTION (volatile ADDRSPACE TYPE *, TYPE, TYPE);
 
 #define __CLC_DECLARE_ATOMIC_ADDRSPACE_3_ARG(TYPE) \
-	__CLC_DECLARE_ATOMIC_3_ARG(global, TYPE); \
-	__CLC_DECLARE_ATOMIC_3_ARG(local, TYPE);
+	__CLC_DECLARE_ATOMIC_3_ARG(global, TYPE) \
+	__CLC_DECLARE_ATOMIC_3_ARG(local, TYPE)
 
-__CLC_DECLARE_ATOMIC_ADDRSPACE_3_ARG(int);
-__CLC_DECLARE_ATOMIC_ADDRSPACE_3_ARG(uint);
+__CLC_DECLARE_ATOMIC_ADDRSPACE_3_ARG(int)
+__CLC_DECLARE_ATOMIC_ADDRSPACE_3_ARG(uint)
 
 #undef __CLC_FUNCTION
 #undef __CLC_DECLARE_ATOMIC_3_ARG
-#undef __CLC_DECLARE_ATOMIC_ADDRESS_SPACE_3_ARG
\ No newline at end of file
+#undef __CLC_DECLARE_ATOMIC_ADDRESS_SPACE_3_ARG

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list