From 962f8d5252b3f5ec4d19e0cd2a430934bd55cc6d Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sun, 28 Jun 2015 01:44:30 +0100 Subject: Normalise line endings using a .gitattributes file. Unfortunately this required that this commit globally modify most files. If you want to use git blame to see the real author of a line use the ``-w`` flag so that whitespace changes are ignored. --- Test/bitvectors/bv3.bpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Test/bitvectors/bv3.bpl') diff --git a/Test/bitvectors/bv3.bpl b/Test/bitvectors/bv3.bpl index 5a2ce47f..5b21ca59 100644 --- a/Test/bitvectors/bv3.bpl +++ b/Test/bitvectors/bv3.bpl @@ -1,5 +1,5 @@ -// RUN: %boogie -proverWarnings:1 "%s" > "%t" -// RUN: %diff "%s.expect" "%t" -type bv; -type bv16; - +// RUN: %boogie -proverWarnings:1 "%s" > "%t" +// RUN: %diff "%s.expect" "%t" +type bv; +type bv16; + -- cgit v1.2.3