Skip to content

Commit fbf5f4e

Browse files
committed
c-api: Remove trailing whitespace
The new CI/CD steps complain about a trailing whitespace. Let's remove that. Signed-off-by: Christoph Müllner <[email protected]>
1 parent 3441b5b commit fbf5f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ All `length` fields should be initialized to zero if `__init_riscv_feature_bits`
881881

882882
NOTE: To detect failure in the `__init_riscv_feature_bits` function, it is recommended to check that `__riscv_feature_bits.length` is non-zero.
883883

884-
Each queryable extension must have an associated `groupid` and `bitmask` that indicates its position within the features array.
884+
Each queryable extension must have an associated `groupid` and `bitmask` that indicates its position within the features array.
885885

886886
> For example, the zba extension is represented by `groupid`: 0 and `bitmask`: `1ULL << 27`. Users can check if the zba extension is enabled using: `__riscv_feature_bits.features[0] & (1ULL << 27)`.
887887

0 commit comments

Comments
 (0)