mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Janitor: Remove trailing whitespaces from all files
`git grep -I -l -O'sed -i "s/[[:space:]]*$//"' -e ''`
This commit is contained in:
parent
938b25498c
commit
3e94bd2167
127 changed files with 289 additions and 290 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue