Improve indent

This commit is contained in:
Christian Göttsche 2020-08-28 11:56:07 +02:00
parent 5bee902665
commit 979d004214
1 changed files with 5 additions and 6 deletions

View File

@ -112,7 +112,6 @@ AC_SUBST(wextra_flag)
PROCDIR=/proc PROCDIR=/proc
AC_ARG_WITH(proc, [AS_HELP_STRING([--with-proc=DIR], [Location of a Linux-compatible proc filesystem (default=/proc).])], AC_ARG_WITH(proc, [AS_HELP_STRING([--with-proc=DIR], [Location of a Linux-compatible proc filesystem (default=/proc).])],
if test -n "$withval"; then if test -n "$withval"; then
AC_DEFINE_UNQUOTED(PROCDIR, "$withval", [Path of proc filesystem]) AC_DEFINE_UNQUOTED(PROCDIR, "$withval", [Path of proc filesystem])
PROCDIR="$withval" PROCDIR="$withval"