From 8daabaaac7ac83766a156c8364f9ff054c7575bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Nov 2020 15:19:56 +0100 Subject: Fix indentation --- src/binary_location.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/binary_location.h') diff --git a/src/binary_location.h b/src/binary_location.h index 25e49bf..111a04f 100644 --- a/src/binary_location.h +++ b/src/binary_location.h @@ -15,7 +15,7 @@ */ #ifndef _GNU_SOURCE - #define _GNU_SOURCE +# define _GNU_SOURCE #endif #include @@ -31,7 +31,7 @@ binary_location() { Dl_info dli; std::string loc; - const int ret = dladdr((void*)&binary_location, &dli); + const int ret = dladdr((void*)&binary_location, &dli); if (ret) { char* const bin_loc = (char*)calloc(PATH_MAX, 1); if (realpath(dli.dli_fname, bin_loc)) { -- cgit v1.2.1