commit | eda3b7adecea7311c5bced58a26606da1917bfb2 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 11:26:40 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 23:28:19 2016 -0800 |
tree | 6182616eea621154c6377203e5f1556b59baec59 | |
parent | fa2f6627f49d8bfc1323173aff2161570246c8c2 [diff] [blame] |
Update style to (almost) conform to ndn-cxx style using clang-format
diff --git a/adhoc/adhoc.hpp b/adhoc/adhoc.hpp index ea3796c..1d945d6 100644 --- a/adhoc/adhoc.hpp +++ b/adhoc/adhoc.hpp
@@ -24,7 +24,7 @@ #include "core/chronoshare-config.hpp" #if (__APPLE__ && HAVE_COREWLAN) - #define ADHOC_SUPPORTED 1 +#define ADHOC_SUPPORTED 1 #endif #ifdef ADHOC_SUPPORTED @@ -33,10 +33,10 @@ { public: static bool - CreateAdhoc (); + CreateAdhoc(); static void - DestroyAdhoc (); + DestroyAdhoc(); }; #endif