diff options
author | antirez <antirez@gmail.com> | 2014-06-26 18:48:40 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2014-06-26 18:48:40 +0200 |
commit | 95b1979c321eb6353f75df892ab8be68cf8f9a77 (patch) | |
tree | 0e9aab40f1c669572ea2830a080b2e6b0e350a4b /src/endianconv.h | |
parent | 97f1fc65cf0331a367c2075c3adf09964dda2556 (diff) | |
download | redis-95b1979c321eb6353f75df892ab8be68cf8f9a77.tar.gz |
No more trailing spaces in Redis source code.
Diffstat (limited to 'src/endianconv.h')
-rw-r--r-- | src/endianconv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endianconv.h b/src/endianconv.h index 7c16e175f..d93cd99ba 100644 --- a/src/endianconv.h +++ b/src/endianconv.h @@ -28,7 +28,7 @@ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. - */ + */ #ifndef __ENDIANCONV_H #define __ENDIANCONV_H |