Skip to content

Commit

Permalink
build: Fix indentation
Browse files Browse the repository at this point in the history
Fix indentation lost well resolving conflicts from github UI.
  • Loading branch information
cognet committed Mar 20, 2024
1 parent 8a8704d commit b1dab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ generate_stdout()
echo " LDFLAGS = $LDFLAGS"
echo " SHARED_LIB = `expr $DISABLE_SHARED = 0`"
echo " STATIC_LIB = `expr $DISABLE_STATIC = 0`"
echo " EXTRA_BUILD = $EXTRA_BUILD"
echo " EXTRA_BUILD = $EXTRA_BUILD"
echo " GZIP = $GZIP"
echo " CORES = $CORES"
echo " POINTER_PACK = $POINTER_PACK_ENABLE"
Expand Down

0 comments on commit b1dab2e

Please sign in to comment.