diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2023-03-13 21:08:13 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2023-03-13 21:08:13 +0100 |
| commit | 688060e56f6c92b543250bad002c4fb3e1cf741d (patch) | |
| tree | 2efd515b559f7ebb77c7f89df864d33dc47677c1 /tools | |
| parent | 3e1895539e9f251cb79e795381975169f4ac998d (diff) | |
Update snapshot for formatter
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/odinfmt/tests/random/.snapshots/demo.odin | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/odinfmt/tests/random/.snapshots/demo.odin b/tools/odinfmt/tests/random/.snapshots/demo.odin index c93560f..52f5b37 100644 --- a/tools/odinfmt/tests/random/.snapshots/demo.odin +++ b/tools/odinfmt/tests/random/.snapshots/demo.odin @@ -1751,10 +1751,8 @@ foreign_system :: proc() { } // Example using the link_prefix attribute - - @(link_prefix = "Get") @(default_calling_convention = "std") - + @(link_prefix = "Get") foreign kernel32 { LastError :: proc() -> i32 --- } |