summaryrefslogtreecommitdiffstats
path: root/programs/bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'programs/bench.c')
-rw-r--r--programs/bench.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/programs/bench.c b/programs/bench.c
index 33f5fcf..e8d89ec 100644
--- a/programs/bench.c
+++ b/programs/bench.c
@@ -43,7 +43,7 @@ static int LZ4_compress_local(const char* src, char* dst, int srcSize, int dstSi
#include "lz4hc.h"
#define COMPRESSOR1 LZ4_compress_HC
#define DEFAULTCOMPRESSOR COMPRESSOR0
-#define LZ4_isError(errcode) (errcode==0)
+#define LZ4_isError(errcode) (errcode==0)
/* *************************************
@@ -129,8 +129,7 @@ void BMK_SetBlockSize(size_t blockSize)
/* ********************************************************
* Bench functions
**********************************************************/
-typedef struct
-{
+typedef struct {
const char* srcPtr;
size_t srcSize;
char* cPtr;