Skip to content

Fix line endings (\r) #2360

@hoffie

Description

@hoffie

Describe the bug

Some code files contain Windows line endings (\r), while the rest doesn't. We should be consistent.

To Reproduce

$ find src/ windows/ linux/ android/ mac/ ios/ -regex '.*\.\(h\|mm\|cpp\)' -exec sed -re 's/\r$//' -i {} \;
$ git diff --stat
 src/vstmain.cpp   |  222 +++++++-------
 src/vstmain.h     |  134 ++++----
 src/vstsound.h    |  118 +++----
 windows/sound.cpp | 2436 
 files changed, 1455 insertions(+), 1455 deletions(-)
$ git diff -w
# empty

Additional context

Should be a simple PR, but we should probably stop pushing for even more PRs for 3.8.2, so tagging for 3.9.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions