Skip to content

Commit

Permalink
Fix formatting error from #321 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukacma committed Sep 3, 2024
1 parent 6f11d88 commit ddfc048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ context in which the preprocessor macros are evaluated. For example:
void foo() {
#ifdef __ARM_FEATURE_SVE
// The user should make no assumptions that the target attribute
// has enabled the __ARM_FEATURE_SVE macro.
// has enabled the __ARM_FEATURE_SVE macro.
#endif
}
```
Expand Down

0 comments on commit ddfc048

Please sign in to comment.