uncrustify as demanded.
[oweals/gnunet.git] / src / include / gnunet_friends_lib.h
index 8a25be07c9163802227345d77e87d1b9d544a976..64e7f39d840a0dbfcb132b9eb1c2200f344150e5 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 Christian Grothoff
@@ -61,9 +61,9 @@ typedef void (*GNUNET_FRIENDS_Callback)(void *cls,
  * @return #GNUNET_OK on success, #GNUNET_SYSERR on parsing errors
  */
 int
-GNUNET_FRIENDS_parse (const struct GNUNET_CONFIGURATION_Handle *cfg,
-                      GNUNET_FRIENDS_Callback cb,
-                      void *cb_cls);
+GNUNET_FRIENDS_parse(const struct GNUNET_CONFIGURATION_Handle *cfg,
+                     GNUNET_FRIENDS_Callback cb,
+                     void *cb_cls);
 
 
 /**
@@ -80,7 +80,7 @@ struct GNUNET_FRIENDS_Writer;
  * @return NULL on error
  */
 struct GNUNET_FRIENDS_Writer *
-GNUNET_FRIENDS_write_start (const struct GNUNET_CONFIGURATION_Handle *cfg);
+GNUNET_FRIENDS_write_start(const struct GNUNET_CONFIGURATION_Handle *cfg);
 
 
 /**
@@ -90,7 +90,7 @@ GNUNET_FRIENDS_write_start (const struct GNUNET_CONFIGURATION_Handle *cfg);
  * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
  */
 int
-GNUNET_FRIENDS_write_stop (struct GNUNET_FRIENDS_Writer *w);
+GNUNET_FRIENDS_write_stop(struct GNUNET_FRIENDS_Writer *w);
 
 
 /**
@@ -101,8 +101,8 @@ GNUNET_FRIENDS_write_stop (struct GNUNET_FRIENDS_Writer *w);
  * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
  */
 int
-GNUNET_FRIENDS_write (struct GNUNET_FRIENDS_Writer *w,
-                      const struct GNUNET_PeerIdentity *friend_id);
+GNUNET_FRIENDS_write(struct GNUNET_FRIENDS_Writer *w,
+                     const struct GNUNET_PeerIdentity *friend_id);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */