Ring buffer: use shmp (shared-memory pointers) for per-channel shm structures
[lttng-ust.git] / include / usterr_signal_safe.h
index f12c317ca6be71c4038d851360062a4c206d9df1..10355dcba849aac3682d162fcdf1051dccdc5da1 100644 (file)
@@ -62,7 +62,7 @@ static inline void __attribute__ ((format (printf, 1, 2)))
        ust_safe_snprintf(____buf, sizeof(____buf), fmt, ## args); \
 \
        /* Add end of string in case of buffer overflow. */ \
-       ____buf[sizeof(____buf)-1] = 0; \
+       ____buf[sizeof(____buf) - 1] = 0; \
 \
        patient_write(STDERR_FILENO, ____buf, strlen(____buf)); \
        /* Can't print errors because we are in the error printing code path. */ \
This page took 0.026894 seconds and 4 git commands to generate.