diff options
author | tabarbe <unknown> | 2010-08-04 22:28:39 +0000 |
---|---|---|
committer | tabarbe <unknown> | 2010-08-04 22:28:39 +0000 |
commit | 4525fe31770419570d9ddd7a9e1faa836720b353 (patch) | |
tree | 08ae9607f8ff4e7bb51a25e53269d4529257161c /Source/DafnyDriver/DafnyDriver.cs | |
parent | 471bfd72d5c49ae66f0c64504e5eacc006f083f1 (diff) |
Dafny: Made line endings consistent
Diffstat (limited to 'Source/DafnyDriver/DafnyDriver.cs')
-rw-r--r-- | Source/DafnyDriver/DafnyDriver.cs | 2 |
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)) {
|