X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Fbyteorder.cc;h=58ac5de7eb39f06d2fadb8f147603cd2588bbb43;hb=refs%2Fheads%2Fv1.x;hp=5b25624a65197920ae43b13fddec892f37697856;hpb=7b7b8c93445a962375b17f1b22d1fb1b1f693484;p=awesomized%2Flibmemcached diff --git a/example/byteorder.cc b/example/byteorder.cc index 5b25624a..58ac5de7 100644 --- a/example/byteorder.cc +++ b/example/byteorder.cc @@ -1,5 +1,5 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: - * + * * Libmemcached library * * Copyright (C) 2011 Data Differential, http://datadifferential.com/ @@ -35,7 +35,7 @@ * */ -#include +#include #include @@ -45,7 +45,7 @@ #ifndef swap64 static inline uint64_t swap64(uint64_t in) { -#ifndef WORDS_BIGENDIAN +#if !WORDS_BIGENDIAN /* Little endian, flip the bytes around until someone makes a faster/better * way to do this. */ uint64_t rv= 0;