From 9e476ee01b1d7e968ab660c16898d5a542a6b481 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 9 Apr 2018 15:23:01 +0200 Subject: [PATCH] Remove indentation (sonar). --- include/smpi/smpi_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/smpi/smpi_helpers.h b/include/smpi/smpi_helpers.h index 13ccaafd69..c7107059ec 100644 --- a/include/smpi/smpi_helpers.h +++ b/include/smpi/smpi_helpers.h @@ -2,7 +2,7 @@ #define MPI_HELPERS_H #ifndef _GNU_SOURCE - #define _GNU_SOURCE +#define _GNU_SOURCE #endif #include -- 2.20.1