]> granicus.if.org Git - graphviz/commitdiff
adjust indentation after prior commit
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Jun 2021 20:25:23 +0000 (13:25 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 25 Jun 2021 04:09:44 +0000 (21:09 -0700)
configure.ac

index b3f825a57d2fc8645bf497a76be4bbc0f29854c6..dc973636f83d54dd4b608e4eb810c11bbc7661d4 100644 (file)
@@ -1888,11 +1888,10 @@ AC_ARG_WITH(visio,
 if test "x$with_visio" != "xyes"; then
   use_visio="No (disabled)"
 else
-      use_visio="Yes"
-      AC_DEFINE_UNQUOTED(HAVE_VISIO,1,
-        [Define if you have the visio library])
-      AC_SUBST([VISIO_CFLAGS])
-      AC_SUBST([VISIO_LIBS])
+  use_visio="Yes"
+  AC_DEFINE_UNQUOTED(HAVE_VISIO,1,[Define if you have the visio library])
+  AC_SUBST([VISIO_CFLAGS])
+  AC_SUBST([VISIO_LIBS])
 fi
 AM_CONDITIONAL(WITH_VISIO, [test "x$use_visio" = "xYes"])