Janitor: Remove trailing whitespaces from all files

`git grep -I -l -O'sed -i "s/[[:space:]]*$//"' -e ''`
This commit is contained in:
Olivier Goffart 2025-01-10 12:12:20 +01:00
parent 938b25498c
commit 3e94bd2167
127 changed files with 289 additions and 290 deletions

View file

@ -52,7 +52,7 @@ export component SampleComponent inherits Window {
// note that dashes will be replaced by underscores in the generated code
in-out property<string> user_name;
callback hello;
public function do-something(x: int) -> bool { return x > 0; }
public function do-something(x: int) -> bool { return x > 0; }
// ... maybe more elements here
}