mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Whitespace, newlines
This commit is contained in:
parent
79dcf03a42
commit
248dd601ae
|
@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -75,4 +75,4 @@
|
||||||
<Target Name="AfterBuild">
|
<Target Name="AfterBuild">
|
||||||
</Target>
|
</Target>
|
||||||
-->
|
-->
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue