summaryrefslogtreecommitdiff
path: root/Source/DafnyDriver/DafnyDriver.cs
diff options
context:
space:
mode:
authorGravatar tabarbe <unknown>2010-08-04 21:50:35 +0000
committerGravatar tabarbe <unknown>2010-08-04 21:50:35 +0000
commit043bb35883b8b71dfb8a70c3d9abe6a79a6ed212 (patch)
treebc259fae9f13a918cd8a495116f254024d9c9887 /Source/DafnyDriver/DafnyDriver.cs
parentdae3070b59bb7f5b1b8f604587e8614d415db33e (diff)
Dafny: Removed trailing spaces in code
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 c5218a7c..5f0416cc 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)) {