Skip to content

Commit

Permalink
Replace tab indent with spaces in configure
Browse files Browse the repository at this point in the history
Code style fix.
  • Loading branch information
Explorer09 authored and BenBE committed Sep 20, 2024
1 parent d44e258 commit c802dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ AC_DEFINE_UNQUOTED([OSRELEASEFILE], ["$with_os_release"], [File with OS release

AC_ARG_WITH([config],
[AS_HELP_STRING([--with-config=DIR],
[configuration path @<:@default=/.config@:>@])],
[configuration path @<:@default=/.config@:>@])],
[],
[with_config="/.config"])
dnl Performance Co-Pilot configuration location to prevent overwrite
Expand Down

0 comments on commit c802dc4

Please sign in to comment.