summaryrefslogtreecommitdiff
path: root/DafnyDriver/DafnyDriver.cs
diff options
context:
space:
mode:
authorGravatar tabarbe <unknown>2010-08-04 22:28:39 +0000
committerGravatar tabarbe <unknown>2010-08-04 22:28:39 +0000
commit751836a3486a4daef0c4cc7423128da4a385f3fd (patch)
treee077b65cf37df022f5ff7649a70f6c585b451371 /DafnyDriver/DafnyDriver.cs
parent0af506daa0f7b6b431720aab9599a270dc01c229 (diff)
Dafny: Made line endings consistent
Diffstat (limited to 'DafnyDriver/DafnyDriver.cs')
-rw-r--r--DafnyDriver/DafnyDriver.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DafnyDriver/DafnyDriver.cs b/DafnyDriver/DafnyDriver.cs
index 5f0416cc..18f8b1c5 100644
--- a/DafnyDriver/DafnyDriver.cs
+++ b/DafnyDriver/DafnyDriver.cs
@@ -708,7 +708,7 @@ void ObjectInvariant()
if (b.tok == null) {
Console.WriteLine(" <intermediate block>");
} else {
- // for ErrorTrace == 1 restrict the output;
+ // for ErrorTrace == 1 restrict the output;
// do not print tokens with -17:-4 as their location because they have been
// introduced in the translation and do not give any useful feedback to the user
if (!(CommandLineOptions.Clo.ErrorTrace == 1 && b.tok.line == -17 && b.tok.col == -4)) {