Update all config.h usage.
[m6w6/libmemcached] / util / operation.cc
index ad19e2b717072bc8e2f49ed68d4889ac20778fbd..3b84a27815a71480e39b6c9f81837b390c44572e 100644 (file)
@@ -36,7 +36,7 @@
  */
 
 
-#include <config.h>
+#include <mem_config.h>
 
 #include "util/operation.hpp"
 #include <string>
@@ -47,7 +47,9 @@ namespace util {
 bool Operation::response(std::string &arg)
 {
   if (_response.empty())
+  {
     return false;
+  }
 
   if (not memcmp("OK\r\n", &_response[0], 3))
   { }