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/conversation/gnunet_gst_def.h | 80 +++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'src/conversation/gnunet_gst_def.h') diff --git a/src/conversation/gnunet_gst_def.h b/src/conversation/gnunet_gst_def.h index 131dc4f7d..341341f24 100644 --- a/src/conversation/gnunet_gst_def.h +++ b/src/conversation/gnunet_gst_def.h @@ -1,22 +1,22 @@ /* - This file is part of GNUnet. - Copyright (C) 2016 GNUnet e.V. - - GNUnet is free software: you can redistribute it and/or modify it - under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, - or (at your option) any later version. - - GNUnet is distributed in the hope that it will be useful, but - 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 . + This file is part of GNUnet. + Copyright (C) 2016 GNUnet e.V. + + GNUnet is free software: you can redistribute it and/or modify it + under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, + or (at your option) any later version. + + GNUnet is distributed in the hope that it will be useful, but + 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 conversation/gnunet_gst_def.h * @brief FIXME @@ -43,20 +43,20 @@ #include "gnunet_common.h" /* -#include -#include -#include -*/ + #include + #include + #include + */ /* huh -#include + #include -#include -#include -#include -#include -#include -*/ + #include + #include + #include + #include + #include + */ #include #include @@ -190,29 +190,29 @@ struct GNUNET_gstData { #define SAMPLING_RATE 48000 enum { - AUTO, - JACK, - ALSA, - FAKE, - TEST + AUTO, + JACK, + ALSA, + FAKE, + TEST }; enum { - SOURCE, - SINK + SOURCE, + SINK }; enum { - ENCODER, - DECODER + ENCODER, + DECODER }; enum { - FAIL, - OK + FAIL, + OK }; enum { - SPEAKER, - MICROPHONE + SPEAKER, + MICROPHONE }; -- cgit v1.2.3