From d460d393745faa0d072a6ced939c37c7fa3a4c3b Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Tue, 9 Aug 2022 19:39:55 +0200 Subject: [PATCH] configure: Fix coding style Signed-off-by: Robert Baldyga --- configure.d/conf_framework | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.d/conf_framework b/configure.d/conf_framework index f5eab0e..b1a6000 100644 --- a/configure.d/conf_framework +++ b/configure.d/conf_framework @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright(c) 2012-2021 Intel Corporation +# Copyright(c) 2012-2022 Intel Corporation # SPDX-License-Identifier: BSD-3-Clause # @@ -52,7 +52,7 @@ compile_module(){ return 0; } void cleanup_module(void) {}; - MODULE_LICENSE("GPL"); + MODULE_LICENSE("GPL"); EOF #######################################