useless tweaks

This commit is contained in:
Terence Parr 2012-01-30 17:09:29 -08:00
parent 433a30c584
commit 0a5803fab4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[The "BSD license"]
[The "BSD license"]
Copyright (c) 2011 Terence Parr
All rights reserved.

View File

@ -1,5 +1,5 @@
dfa(name, startState, states, edges, rankdir, decisionRanks, useBox) ::= <<
digraph <name> {
digraph <name> {
<if(rankdir)>rankdir=<rankdir>;<endif>
<decisionRanks; separator="\n">
<states; separator="\n">