configure: Fix coding style

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2022-08-09 19:39:55 +02:00
parent 3350c801ae
commit d460d39374

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright(c) 2012-2021 Intel Corporation # Copyright(c) 2012-2022 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# #
@ -52,7 +52,7 @@ compile_module(){
return 0; return 0;
} }
void cleanup_module(void) {}; void cleanup_module(void) {};
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
EOF EOF
####################################### #######################################