mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
No more trailing spaces in Redis source code.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "redis.h"
|
||||
|
||||
/*
|
||||
/*
|
||||
* Copyright 2001-2010 Georges Menie (www.menie.org)
|
||||
* Copyright 2010-2012 Salvatore Sanfilippo (adapted to Redis coding style)
|
||||
* All rights reserved.
|
||||
@ -78,7 +78,7 @@ static const uint16_t crc16tab[256]= {
|
||||
0xef1f,0xff3e,0xcf5d,0xdf7c,0xaf9b,0xbfba,0x8fd9,0x9ff8,
|
||||
0x6e17,0x7e36,0x4e55,0x5e74,0x2e93,0x3eb2,0x0ed1,0x1ef0
|
||||
};
|
||||
|
||||
|
||||
uint16_t crc16(const char *buf, int len) {
|
||||
int counter;
|
||||
uint16_t crc = 0;
|
||||
|
Reference in New Issue
Block a user