X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fuatomic%2Fgcc.h;h=438e039309db0513edda9f8de6bda462e67a9e9f;hp=47ca195471cbed3ce2dc830a1d6c51f9f5c204f9;hb=67ecffc0f530a7b5c4dd5111ea7dd3213da8eb91;hpb=f8c43f458c80566d298d539ec518a8be8c7cc861 diff --git a/urcu/uatomic/gcc.h b/urcu/uatomic/gcc.h index 47ca195..438e039 100644 --- a/urcu/uatomic/gcc.h +++ b/urcu/uatomic/gcc.h @@ -1,7 +1,7 @@ #ifndef _URCU_ARCH_UATOMIC_GCC_H #define _URCU_ARCH_UATOMIC_GCC_H -/* +/* * Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved. * Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved. * Copyright (c) 1999-2004 Hewlett-Packard Development Company, L.P. @@ -27,7 +27,7 @@ #ifdef __cplusplus extern "C" { -#endif +#endif /* * If your platform doesn't have a full set of atomics, you will need @@ -37,7 +37,7 @@ extern "C" { #define UATOMIC_HAS_ATOMIC_BYTE #define UATOMIC_HAS_ATOMIC_SHORT -#ifdef __cplusplus +#ifdef __cplusplus } #endif