commit fa5a6135a8a93244a1fa23746bbcfb6b9d8d0c17 from: Omar Polo date: Fri May 25 21:47:17 2018 UTC Code alignment commit - 3997bf418a991d9a94f4284197da238412f8bf7c commit + fa5a6135a8a93244a1fa23746bbcfb6b9d8d0c17 blob - ac7562584a605267d1889af8cfbad7f39c171e7f blob + cd1d7f801a6e8ab04ab6a245e4266b717141b1bf --- mymenu.c +++ mymenu.c @@ -39,7 +39,7 @@ // If we don't have it or we don't want an "ignore case" completion // style, fall back to `strstr(3)` #ifndef USE_STRCASESTR -#define strcasestr strstr +# define strcasestr strstr #endif #define update_completions(cs, text, lines) { \