This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit 487d541f3602a5e4bd6a43dcf59c03b34af07d0c
Author: simbit18 <[email protected]>
AuthorDate: Thu May 18 14:53:56 2023 +0200

    examples/mlx90614/Kconfig: Fix indentation
    
    Remove spaces from Kconfig
---
 examples/mlx90614/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/mlx90614/Kconfig b/examples/mlx90614/Kconfig
index 5ab94a07c..f7b510f3e 100644
--- a/examples/mlx90614/Kconfig
+++ b/examples/mlx90614/Kconfig
@@ -6,7 +6,7 @@
 config EXAMPLES_MLX90614
        tristate "MLX90614 Test Example"
        default n
-       select  LIBC_FLOATINGPOINT
+       select LIBC_FLOATINGPOINT
        ---help---
                Enable the MLX90614 example
 

Reply via email to