Skip to content

Commit

Permalink
Merge pull request #450 from FStarLang/protz_whitespace
Browse files Browse the repository at this point in the history
Remove trailing whitespace
  • Loading branch information
msprotz authored Jul 22, 2024
2 parents facdca2 + d52b4c3 commit 1ed8ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/krml/internal/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# if defined(__GNUC__)
# define KRML_ATTRIBUTE_TARGET(x) __attribute__((target(x)))
# else
# define KRML_ATTRIBUTE_TARGET(x)
# define KRML_ATTRIBUTE_TARGET(x)
# endif
#endif

Expand Down

0 comments on commit 1ed8ba5

Please sign in to comment.