X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fusterr_signal_safe.h;h=10355dcba849aac3682d162fcdf1051dccdc5da1;hb=4fbf9cd1ede72e98638a5f81ecdce11416b4afea;hp=f12c317ca6be71c4038d851360062a4c206d9df1;hpb=30ffe2794fc413035208cdd2a7a061bc208e210f;p=lttng-ust.git diff --git a/include/usterr_signal_safe.h b/include/usterr_signal_safe.h index f12c317c..10355dcb 100644 --- a/include/usterr_signal_safe.h +++ b/include/usterr_signal_safe.h @@ -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. */ \