From 8730b020b3225bf8bd17f1b705f438d8047cc307 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 26 Apr 2018 14:26:28 +0200 Subject: [PATCH] chg: space? --- client/util.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/util.h b/client/util.h index fddeb5bd6..59250b5af 100644 --- a/client/util.h +++ b/client/util.h @@ -138,25 +138,25 @@ #endif #if defined(__linux__) || (__APPLE__) -# define _BLUE_(s) "\x1b[34m" #s "\x1b[0m" +# define _BLUE_(s) "\x1b[34m" #s "\x1b[0m " #else # define _BLUE_(s) #s " " #endif #if defined(__linux__) || (__APPLE__) -# define _RED_(s) "\x1b[31m" #s "\x1b[0m" +# define _RED_(s) "\x1b[31m" #s "\x1b[0m " #else # define _RED_(s) #s " " #endif #if defined(__linux__) || (__APPLE__) -# define _GREEN_(s) "\x1b[32m" #s "\x1b[0m" +# define _GREEN_(s) "\x1b[32m" #s "\x1b[0m " #else # define _GREEN_(s) #s " " #endif #if defined(__linux__) || (__APPLE__) -# define _YELLOW_(s) "\x1b[33m" #s "\x1b[0m" +# define _YELLOW_(s) "\x1b[33m" #s "\x1b[0m " #else # define _YELLOW_(s) #s " " #endif