fix include order
authorChristian Grothoff <christian@grothoff.org>
Sat, 20 Oct 2018 09:05:54 +0000 (11:05 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sat, 20 Oct 2018 09:05:54 +0000 (11:05 +0200)
src/gns/gnunet-gns-proxy.c
src/util/crypto_hkdf.c

index d66f5c6585198c997e731520ceb4211927a7495c..a9013390e291ff7d0e291c92cc760c86b4973a99 100644 (file)
@@ -11,7 +11,7 @@
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      Affero General Public License for more details.
-    
+
      You should have received a copy of the GNU Affero General Public License
      along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@@ -788,7 +788,7 @@ cleanup_s5r (struct Socks5Request *s5r)
     s5r->rtask = NULL;
   }
   if (NULL != s5r->timeout_task)
-  {    
+  {
     GNUNET_SCHEDULER_cancel (s5r->timeout_task);
     s5r->timeout_task = NULL;
   }
@@ -918,7 +918,7 @@ mhd_content_cb (void *cls,
                 "Continuing CURL interaction for %s%s\n",
                s5r->domain,
                s5r->url);
-    s5r->curl_paused = GNUNET_NO;  
+    s5r->curl_paused = GNUNET_NO;
     curl_easy_pause (s5r->curl,
                      CURLPAUSE_CONT);
   }
@@ -1461,7 +1461,7 @@ curl_upload_cb (void *buf,
       s5r->curl_paused = GNUNET_NO;
       curl_easy_pause (s5r->curl,
                       CURLPAUSE_CONT);
-    }    
+    }
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Completed CURL UPLOAD %s%s\n",
                 s5r->domain,
index 6dae13840e97bd56434738d3f4dc4030ffbc3576..5ed22269f7cba98eaac6ae53fee8da17b16e0de7 100644 (file)
@@ -52,8 +52,8 @@
 
 #if GNUNET_BUILD
 #include "platform.h"
-#include "benchmark.h"
 #include "gnunet_crypto_lib.h"
+#include "benchmark.h"
 #else
 #define GNUNET_NO 0
 #define GNUNET_YES 1