From 9749816465f796c67fb7c12480764e3d95e2d872 Mon Sep 17 00:00:00 2001
From: "Fred L. Drake, Jr."
Date: Mon, 20 Oct 2003 14:50:37 +0000
Subject: [PATCH] use indentation consistently
---
expat/doc/reference.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/expat/doc/reference.html b/expat/doc/reference.html
index 38e9b8f4..9ed9f90f 100644
--- a/expat/doc/reference.html
+++ b/expat/doc/reference.html
@@ -288,9 +288,9 @@ and you have permission on your system to install into /usr/local, you
can install Expat with this sequence of commands:
- ./configure
- make
- make install
+./configure
+make
+make install
There are some options that you can provide to this script, but the
--
2.40.0