summaryrefslogtreecommitdiff
path: root/src/lzf_d.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-06-26 18:48:40 +0200
committerantirez <antirez@gmail.com>2014-06-26 18:52:16 +0200
commit60ff8095d60db6c106187391078214820d668b32 (patch)
tree2bd65db84e6d79f89257a55c2b21986cbecb9702 /src/lzf_d.c
parente9cd75dcd19279c97aad185e3358fa53bb4d9eb2 (diff)
downloadredis-60ff8095d60db6c106187391078214820d668b32.tar.gz
No more trailing spaces in Redis source code.
Diffstat (limited to 'src/lzf_d.c')
-rw-r--r--src/lzf_d.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lzf_d.c b/src/lzf_d.c
index e7e48c138..6c723f5e0 100644
--- a/src/lzf_d.c
+++ b/src/lzf_d.c
@@ -1,16 +1,16 @@
/*
* Copyright (c) 2000-2007 Marc Alexander Lehmann <schmorp@schmorp.de>
- *
+ *
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
- *
+ *
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
- *
+ *
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
* CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
@@ -52,7 +52,7 @@
#endif
*/
-unsigned int
+unsigned int
lzf_decompress (const void *const in_data, unsigned int in_len,
void *out_data, unsigned int out_len)
{