X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Fdefault_pipe_size_getter.cpp;h=34eb3cdd35fd514498f1169da196239d7d1c0ecb;hb=cd9adb8b829564212158943a0d279bb35322ab30;hp=8615f769f842292be3597a75d4719d78394bb5ed;hpb=d77f0b999171ab4fb3e7f36718a43b3beaa84ddd;p=lttng-tools.git diff --git a/tests/regression/tools/notification/default_pipe_size_getter.cpp b/tests/regression/tools/notification/default_pipe_size_getter.cpp index 8615f769f..34eb3cdd3 100644 --- a/tests/regression/tools/notification/default_pipe_size_getter.cpp +++ b/tests/regression/tools/notification/default_pipe_size_getter.cpp @@ -13,13 +13,13 @@ #define _GNU_SOURCE #endif -#include +#include +#include + #include #include #include - -#include -#include +#include int lttng_opt_verbose; int lttng_opt_mi; @@ -30,7 +30,7 @@ namespace { /* * Return the default pipe buffer size or a negative error. */ -int get_pipe_size(void) +int get_pipe_size() { int ret; /* @@ -66,7 +66,7 @@ int get_pipe_size(void) #endif } /* namespace */ -int main(void) +int main() { int ret;