From 314b5f9a1244a186b37d3c0061bb549353eb2795 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 24 Sep 2008 08:46:50 -0700 Subject: [PATCH] nasmdoc.src: more consistent indentation in %error section We had different indentation levels only two paragraphs apart. Overall, the document is horribly inconsistent about indentation, which should be fixed. --- doc/nasmdoc.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 6b5df2fb..a27a7837 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -3435,8 +3435,8 @@ are expanded in it, which can be used to display more information to the user. For example: \c %if foo > 64 -\c %assign foo_over foo-64 -\c %error foo is foo_over bytes too large +\c %assign foo_over foo-64 +\c %error foo is foo_over bytes too large \c %endif -- 2.11.4.GIT