summaryrefslogtreecommitdiff
path: root/Source/Provers/Z3/ProverInterface.cs
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-08-06 16:29:39 +0000
committerGravatar MichalMoskal <unknown>2010-08-06 16:29:39 +0000
commit9edae7ed37692a03f1c1e5c9596b5bd88482f829 (patch)
tree91e9cb209708bb4590b4aded9ac26bdc022706bc /Source/Provers/Z3/ProverInterface.cs
parent149d9a5ec06529e7f4c4c6e3cb688d2c73a2c1f0 (diff)
Fixup line-endings.
Diffstat (limited to 'Source/Provers/Z3/ProverInterface.cs')
-rw-r--r--Source/Provers/Z3/ProverInterface.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Provers/Z3/ProverInterface.cs b/Source/Provers/Z3/ProverInterface.cs
index f1ba1369..172fbf60 100644
--- a/Source/Provers/Z3/ProverInterface.cs
+++ b/Source/Provers/Z3/ProverInterface.cs
@@ -90,7 +90,7 @@ void ObjectInvariant()
public int Timeout { get { return TimeLimit / 1000; } }
public bool Typed {
get {
- return CommandLineOptions.Clo.Z3types || BitVectors == CommandLineOptions.BvHandling.Z3Native;
+ return CommandLineOptions.Clo.Z3types || BitVectors == CommandLineOptions.BvHandling.Z3Native;
}
}
public int Lets {