From f610818e381bcd322d7ff84a5258a9e97d74b6c8 Mon Sep 17 00:00:00 2001
From: Michal Klocek <michal.klocek@qt.io>
Date: Wed, 11 Apr 2018 09:31:30 +0200
Subject: [PATCH] Fix style in alsatest

Change-Id: If35a8f3a69e21a8fbd203ca84c37efdcac514549
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
---
 config.tests/alsa/alsatest.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.tests/alsa/alsatest.cpp b/config.tests/alsa/alsatest.cpp
index ea511cd21..0b0ca71ec 100644
--- a/config.tests/alsa/alsatest.cpp
+++ b/config.tests/alsa/alsatest.cpp
@@ -3,7 +3,7 @@
 ** Copyright (C) 2016 The Qt Company Ltd.
 ** Contact: https://www.qt.io/licensing/
 **
-** This file is part of the documentation of the Qt Toolkit.
+** This file is part of the QtWebEngine module of the Qt Toolkit.
 **
 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$
 ** Commercial License Usage
@@ -31,7 +31,7 @@
 #error "Alsa version found too old, require >= 1.0.10"
 #endif
 
-int main(int argc,char **argv)
+int main(int argc, char **argv)
 {
 }
 
-- 
GitLab