From: Fred L. Drake, Jr.
Date: Mon, 20 Oct 2003 14:50:37 +0000 (+0000)
Subject: use indentation consistently
X-Git-Tag: R_1_95_7~1
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9749816465f796c67fb7c12480764e3d95e2d872;p=libexpat
use indentation consistently
---
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