summaryrefslogtreecommitdiff
path: root/Source/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
commit4525fe31770419570d9ddd7a9e1faa836720b353 (patch)
tree08ae9607f8ff4e7bb51a25e53269d4529257161c /Source/DafnyDriver/DafnyDriver.cs
parent471bfd72d5c49ae66f0c64504e5eacc006f083f1 (diff)
Dafny: Made line endings consistent
Diffstat (limited to 'Source/DafnyDriver/DafnyDriver.cs')
-rw-r--r--Source/DafnyDriver/DafnyDriver.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DafnyDriver/DafnyDriver.cs b/Source/DafnyDriver/DafnyDriver.cs
index 5f0416cc..18f8b1c5 100644
--- a/Source/DafnyDriver/DafnyDriver.cs
+++ b/Source/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)) {