From 9a0186979a3ad014352b5b129687df98f060133e Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Mon, 9 Mar 2020 01:00:43 +0100 Subject: tabs --- cstring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cstring.h b/cstring.h index b6529528..a31d5455 100644 --- a/cstring.h +++ b/cstring.h @@ -47,8 +47,8 @@ static size_t _cstring_null_rep[] = {0, 0, 0}; static inline CString _cstring_makeTemp(const char* str, size_t *rep) { - CString cs = {(char *) (rep + 2)}; - strcpy(cs.str, str); + CString cs = {(char *) (rep + 2)}; + strcpy(cs.str, str); rep[0] = strlen(str); rep[1] = 0; // no cap -> no destroy. OK return cs; -- cgit v1.2.3