uncrustify as demanded.
[oweals/gnunet.git] / src / include / gnunet_socks.h
index b82fc2afbceda73980a45c8f7b466e6cc8bfd38b..68a4677ddc9955d9b82e9ab298c19fa547426907 100644 (file)
      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/>.
 
      SPDX-License-Identifier: AGPL3.0-or-later
-*/
+ */
 
 /**
  * @author Jeffrey Burdges
@@ -52,8 +52,8 @@ extern "C"
  * @return GNUNET_YES if so, GNUNET_NO if not
  */
 int
-GNUNET_SOCKS_check_service (const char *service_name,
-                            const struct GNUNET_CONFIGURATION_Handle *cfg);
+GNUNET_SOCKS_check_service(const char *service_name,
+                           const struct GNUNET_CONFIGURATION_Handle *cfg);
 
 
 /**
@@ -65,8 +65,8 @@ GNUNET_SOCKS_check_service (const char *service_name,
  *         NULL if SOCKS not configured or not configured properly
  */
 struct GNUNET_CONNECTION_Handle *
-GNUNET_SOCKS_do_connect (const char *service_name,
-                          const struct GNUNET_CONFIGURATION_Handle *cfg);
+GNUNET_SOCKS_do_connect(const char *service_name,
+                        const struct GNUNET_CONFIGURATION_Handle *cfg);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */