uncrustify as demanded.
[oweals/gnunet.git] / src / conversation / gnunet_gst_def.h
index 131dc4f7d8780ec9f3e1b9fb8fe0d126b201ef52..341341f2463bfb6c2564b03803eb79658bc9e3fa 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+   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 <http://www.gnu.org/licenses/>.
 
      SPDX-License-Identifier: AGPL3.0-or-later
-*/
+ */
 /**
  * @file conversation/gnunet_gst_def.h
  * @brief FIXME
 #include "gnunet_common.h"
 
 /*
-#include <gst/gst.h>
-#include <gst/audio/gstaudiobasesrc.h>
-#include <gst/app/gstappsrc.h>
-*/
+ #include <gst/gst.h>
+ #include <gst/audio/gstaudiobasesrc.h>
+ #include <gst/app/gstappsrc.h>
+ */
 
 /* huh
-#include <glib-2.0/glib.h>
+ #include <glib-2.0/glib.h>
 
-#include <gstreamer-1.0/gst/gst.h>
-#include <gstreamer-1.0/gst/pbutils/pbutils.h>
-#include <gstreamer-1.0/gst/video/videooverlay.h>
-#include <gstreamer-1.0/gst/audio/gstaudiobasesrc.h>
-#include <gstreamer-1.0/gst/app/gstappsrc.h>
-*/
+ #include <gstreamer-1.0/gst/gst.h>
+ #include <gstreamer-1.0/gst/pbutils/pbutils.h>
+ #include <gstreamer-1.0/gst/video/videooverlay.h>
+ #include <gstreamer-1.0/gst/audio/gstaudiobasesrc.h>
+ #include <gstreamer-1.0/gst/app/gstappsrc.h>
+ */
 
 #include <gst/gst.h>
 #include <gst/audio/gstaudiobasesrc.h>
@@ -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
 };