From: Paul Cruz Date: Tue, 20 Jun 2017 22:41:43 +0000 (-0700) Subject: fixed strange spacing X-Git-Tag: v1.3.0~1^2~15^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf0df678cf060c11c11821f330dfabb4130a08a;p=thirdparty%2Fzstd.git fixed strange spacing --- diff --git a/tests/decodecorpus.c b/tests/decodecorpus.c index 59b2af78a..2eed515fe 100644 --- a/tests/decodecorpus.c +++ b/tests/decodecorpus.c @@ -1336,8 +1336,8 @@ static size_t testDecodeWithDict(U32 seed, size_t dictSize) fr.dataStart, (BYTE*)fr.data - (BYTE*)fr.dataStart, fullDict, dictSize); if (ZSTD_isError(returnValue)) { - errorDetected = returnValue; - goto dictTestCleanup; + errorDetected = returnValue; + goto dictTestCleanup; } }