uncrustify as demanded.
[oweals/gnunet.git] / src / gns / gnunet-service-gns_interceptor.h
index 095448db222d1f9a64accc55969b75beb61f38bb..10e1acab65ccf1a12d4abd492b7e3b6a93863615 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
-*/
+ */
 /**
  * @file gns/gnunet-service-gns_interceptor.h
  * @brief GNUnet GNS service
  * @return #GNUNET_YES on success #GNUNET_SYSERR on error
  */
 int
-GNS_interceptor_init (const struct GNUNET_CONFIGURATION_Handle *c);
+GNS_interceptor_init(const struct GNUNET_CONFIGURATION_Handle *c);
 
 /**
  * Stops the interceptor
  */
 void
-GNS_interceptor_done (void);
+GNS_interceptor_done(void);
 
 #endif