Skip to content

Commit

Permalink
maintainer-scripts/archive-sdk: Remove trailing whitespace from gener…
Browse files Browse the repository at this point in the history
…ated headers
  • Loading branch information
danwillm authored and rpavlik committed Jan 10, 2025
1 parent 0c46380 commit 67d9b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maintainer-scripts/archive-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ makeSubset "$TARNAME" $(getSDKFilenames)

# Read the list of headers we should generate, and generate them.
while read -r header; do
header=$(echo "$header" | sed 's/[[:space:]]*$//')
generate_spec include/openxr "$header" "$TARNAME"
done < include/generated_header_list.txt

Expand Down

0 comments on commit 67d9b70

Please sign in to comment.