treewrite: use Lindent to reformat to kernel coding style
[oweals/opkg-lede.git] / libopkg / opkg_pathfinder.h
index 89bebbd78d956822daf4b42fdc9beb8653d23bb3..33d1b10ecd84a52fba5c63406e1bd457e8b26d20 100644 (file)
@@ -1,6 +1,5 @@
 /* opkg_pathfinder.h - the opkg package management system
 
-
    Copyright (C) 2009 Camille Moncelier <moncelier@devlife.org>
 
    This program is free software; you can redistribute it and/or
 #include "config.h"
 
 #if defined(HAVE_OPENSSL)
-int pkcs7_pathfinder_verify_signers(PKCS7* p7);
+int pkcs7_pathfinder_verify_signers(PKCS7 * p7);
 #endif
 
 #if defined(HAVE_SSLCURL)
-CURLcode curl_ssl_ctx_function(CURL * curl, void * sslctx, void * parm);
+CURLcode curl_ssl_ctx_function(CURL * curl, void *sslctx, void *parm);
 #endif
 
-
 #endif