Skip to content

Commit

Permalink
Use #+ tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Sep 19, 2024
1 parent 6bbeb0a commit 68960e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/crypto/hash/hash_freestanding.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//+build freestanding
#+build freestanding
package crypto_hash

hash :: proc {
Expand Down
2 changes: 1 addition & 1 deletion core/crypto/hash/hash_os.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//+build !freestanding
#+build !freestanding
package crypto_hash

import "core:io"
Expand Down

0 comments on commit 68960e7

Please sign in to comment.