Cleanup: header comments coding style
[urcu.git] / urcu / uatomic / generic.h
index 9e2e78086c220b7286c508403069d5aa3b27e246..54d2a8c34a4b744fa021e03ef4fd0a78eb343465 100644 (file)
@@ -41,8 +41,10 @@ static inline __attribute__((always_inline))
 void _uatomic_link_error()
 {
 #ifdef ILLEGAL_INSTR
-       /* generate an illegal instruction. Cannot catch this with linker tricks
-        * when optimizations are disabled. */
+       /*
+        * generate an illegal instruction. Cannot catch this with
+        * linker tricks when optimizations are disabled.
+        */
        __asm__ __volatile__(ILLEGAL_INSTR);
 #else
        __builtin_trap ();
This page took 0.022576 seconds and 4 git commands to generate.