Diff between f245d02b7a8db7010cb73a02ba60416efce0fd10 and 3c78fa2f9139af4ac9e90eccc4dc4ac8f20c8ee8

Changed Files

File Additions Deletions Status
audio/gateway.c +0 -1 modified

Full Patch

diff --git a/audio/gateway.c b/audio/gateway.c
index b98dfba..19c7ee3 100644
--- a/audio/gateway.c
+++ b/audio/gateway.c
@@ -755,7 +755,6 @@ struct gateway *gateway_init(struct audio_device *dev)
 		return NULL;
 
 	return g_new0(struct gateway, 1);
-
 }
 
 gboolean gateway_is_connected(struct audio_device *dev)