X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Fbyteorder.cc;h=58ac5de7eb39f06d2fadb8f147603cd2588bbb43;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=fdfa0217d73c4024824bfdafe67c1d0068adc4c9;hpb=23dca174eef8d846e3d4402729b57f6ded035e64;p=awesomized%2Flibmemcached diff --git a/example/byteorder.cc b/example/byteorder.cc index fdfa0217..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/ @@ -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;