From d41ed82a4ea0cc8e1674b6d5d2c49fd6462610bb Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 8 Sep 2019 12:33:09 +0000 Subject: uncrustify as demanded. --- src/peerinfo-tool/gnunet-peerinfo_plugins.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/peerinfo-tool/gnunet-peerinfo_plugins.h') diff --git a/src/peerinfo-tool/gnunet-peerinfo_plugins.h b/src/peerinfo-tool/gnunet-peerinfo_plugins.h index 53196677a..b278cfa21 100644 --- a/src/peerinfo-tool/gnunet-peerinfo_plugins.h +++ b/src/peerinfo-tool/gnunet-peerinfo_plugins.h @@ -11,12 +11,12 @@ 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 . SPDX-License-Identifier: AGPL3.0-or-later -*/ + */ /** * @file peerinfo-tool/gnunet-peerinfo_plugins.h @@ -34,14 +34,14 @@ * @param cfg configuration to use */ void -GPI_plugins_load (const struct GNUNET_CONFIGURATION_Handle *cfg); +GPI_plugins_load(const struct GNUNET_CONFIGURATION_Handle *cfg); /** * Unload all plugins */ void -GPI_plugins_unload (void); +GPI_plugins_unload(void); /** @@ -51,7 +51,7 @@ GPI_plugins_unload (void); * @return the plugin's API, NULL if the plugin is not loaded */ struct GNUNET_TRANSPORT_PluginFunctions * -GPI_plugins_find (const char *name); +GPI_plugins_find(const char *name); #endif -- cgit v1.2.3