summaryrefslogtreecommitdiff
path: root/Source/Core/Absy.cs
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2011-06-05 17:11:36 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2011-06-05 17:11:36 -0700
commitb2757720d71257434e70a1dbdc3f0d425e0e283c (patch)
treedf9424c9aca6ca181a57e6919c1000bbba4ca1f8 /Source/Core/Absy.cs
parente5c8bbcff83c504098b13cfd620aaca0c2e3b58c (diff)
Boogie: white-space formating
Diffstat (limited to 'Source/Core/Absy.cs')
-rw-r--r--Source/Core/Absy.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Absy.cs b/Source/Core/Absy.cs
index 67500c88..7f5642f3 100644
--- a/Source/Core/Absy.cs
+++ b/Source/Core/Absy.cs
@@ -1751,7 +1751,7 @@ namespace Microsoft.Boogie {
public class Function : DeclWithFormals {
public string Comment;
- // the body is only set if the function is declared with {:expand true}
+ // the body is only set if the function is declared with {:inline}
public Expr Body;
public List<Expansion/*!*/> expansions;
public bool doingExpansion;