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/fs/test_fs_getopt.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/fs/test_fs_getopt.c') diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c index 3562069e1..48777b0e0 100644 --- a/src/fs/test_fs_getopt.c +++ b/src/fs/test_fs_getopt.c @@ -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 fs/test_fs_getopt.c * @brief test for fs_getopt.c @@ -27,11 +27,11 @@ int -main (int argc, char *argv[]) +main(int argc, char *argv[]) { - GNUNET_log_setup ("test_fs_getopt", - "WARNING", - NULL); - fprintf (stderr, "%s", "WARNING: testcase not yet written.\n"); + GNUNET_log_setup("test_fs_getopt", + "WARNING", + NULL); + fprintf(stderr, "%s", "WARNING: testcase not yet written.\n"); return 0; /* testcase passed */ } -- cgit v1.2.3