3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00

Whitespace, newlines

This commit is contained in:
Christoph M. Wintersteiger 2017-05-10 12:44:25 +01:00
parent 79dcf03a42
commit 248dd601ae
6 changed files with 6 additions and 6 deletions

View file

@ -62,4 +62,4 @@ namespace System.Diagnostics.Contracts
public static void EndContractBlock() { } public static void EndContractBlock() { }
public static T ValueAtReturn<T>(out T v) { T[] t = new T[1]; v = t[0]; return v; } public static T ValueAtReturn<T>(out T v) { T[] t = new T[1]; v = t[0]; return v; }
} }
} }

View file

@ -3,4 +3,4 @@
<startup> <startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup> </startup>
</configuration> </configuration>

View file

@ -75,4 +75,4 @@
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
--> -->
</Project> </Project>

View file

@ -344,4 +344,4 @@
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Code.Contract" version="1.0.0" targetFramework="net35" /> <package id="Code.Contract" version="1.0.0" targetFramework="net35" />
</packages> </packages>

View file

@ -44,4 +44,4 @@ public:
void install_smt2_extra_cmds(cmd_context & ctx) { void install_smt2_extra_cmds(cmd_context & ctx) {
ctx.insert(alloc(include_cmd)); ctx.insert(alloc(include_cmd));
} }