wasapi: fix indentation
diff --git a/sys/wasapi/gstwasapiutil.c b/sys/wasapi/gstwasapiutil.c
index 016c415..c689f50 100644
--- a/sys/wasapi/gstwasapiutil.c
+++ b/sys/wasapi/gstwasapiutil.c
@@ -73,6 +73,7 @@
   {0xa7, 0xbf, 0xad, 0xdc, 0xa7, 0xc2, 0x60, 0xe2}
 };
 
+/* *INDENT-OFF* */
 static struct
 {
   guint64 wasapi_pos;
@@ -100,6 +101,7 @@
   {SPEAKER_TOP_BACK_CENTER, GST_AUDIO_CHANNEL_POSITION_TOP_REAR_CENTER},
   {SPEAKER_TOP_BACK_RIGHT, GST_AUDIO_CHANNEL_POSITION_TOP_REAR_RIGHT}
 };
+/* *INDENT-ON* */
 
 static int windows_major_version = 0;
 
@@ -713,8 +715,7 @@
 
   /* Too many channels, have to assume that they are all non-positional */
   if (nChannels > G_N_ELEMENTS (wasapi_to_gst_pos)) {
-    GST_INFO ("Got too many (%i) channels, assuming non-positional",
-        nChannels);
+    GST_INFO ("Got too many (%i) channels, assuming non-positional", nChannels);
     goto out;
   }