uncrustify as demanded.
[oweals/gnunet.git] / src / fs / fs_test_lib.h
index 4bf0c7caae165d1dfbf5646eba5a9d1f9d922d17..e1c43bea716e52e32f93536446856a08b084492d 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 fs/fs_test_lib.h
@@ -64,15 +64,15 @@ typedef void
  * @param cont_cls closure for @a cont
  */
 void
-GNUNET_FS_TEST_publish (struct GNUNET_TESTBED_Peer *peer,
-                        struct GNUNET_TIME_Relative timeout,
-                        uint32_t anonymity,
-                        int do_index,
-                        uint64_t size,
-                        uint32_t seed,
-                        unsigned int verbose,
-                        GNUNET_FS_TEST_UriContinuation cont,
-                        void *cont_cls);
+GNUNET_FS_TEST_publish(struct GNUNET_TESTBED_Peer *peer,
+                       struct GNUNET_TIME_Relative timeout,
+                       uint32_t anonymity,
+                       int do_index,
+                       uint64_t size,
+                       uint32_t seed,
+                       unsigned int verbose,
+                       GNUNET_FS_TEST_UriContinuation cont,
+                       void *cont_cls);
 
 
 /**
@@ -89,14 +89,14 @@ GNUNET_FS_TEST_publish (struct GNUNET_TESTBED_Peer *peer,
  * @param cont_cls closure for @a cont
  */
 void
-GNUNET_FS_TEST_download (struct GNUNET_TESTBED_Peer *peer,
-                         struct GNUNET_TIME_Relative timeout,
-                         uint32_t anonymity,
-                         uint32_t seed,
-                         const struct GNUNET_FS_Uri *uri,
-                         unsigned int verbose,
-                         GNUNET_SCHEDULER_TaskCallback cont,
-                         void *cont_cls);
+GNUNET_FS_TEST_download(struct GNUNET_TESTBED_Peer *peer,
+                        struct GNUNET_TIME_Relative timeout,
+                        uint32_t anonymity,
+                        uint32_t seed,
+                        const struct GNUNET_FS_Uri *uri,
+                        unsigned int verbose,
+                        GNUNET_SCHEDULER_TaskCallback cont,
+                        void *cont_cls);