Skip to content

Commit ddfc048

Browse files
authored
Fix formatting error from ARM-software#321 (ARM-software#341)
1 parent 6f11d88 commit ddfc048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/acle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ context in which the preprocessor macros are evaluated. For example:
10871087
void foo() {
10881088
#ifdef __ARM_FEATURE_SVE
10891089
// The user should make no assumptions that the target attribute
1090-
// has enabled the __ARM_FEATURE_SVE macro.
1090+
// has enabled the __ARM_FEATURE_SVE macro.
10911091
#endif
10921092
}
10931093
```

0 commit comments

Comments
 (0)