From: Chris Lattner
Date: Mon, 22 Oct 2007 16:44:31 +0000 (+0000)
Subject: fit in 80 cols :)
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bee175b3dcadcc3702c9f6ac1f006aedb8ab8e59;p=oota-llvm.git
fit in 80 cols :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43222 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/tutorial/LangImpl2.html b/docs/tutorial/LangImpl2.html
index 653975cd8be..e6c53dafaab 100644
--- a/docs/tutorial/LangImpl2.html
+++ b/docs/tutorial/LangImpl2.html
@@ -195,7 +195,8 @@ us to look one token ahead at what the lexer is returning. Every function in
our lexer will assume that CurTok is the current token that needs to be
parsed.
-Again, we define these with global variables; it would be better design to wrap the entire parser in a class and use instance variables for these.
+
Again, we define these with global variables; it would be better design to
+wrap the entire parser in a class and use instance variables for these.