Skip to content

Commit

Permalink
all: run vfmt over project (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon authored Aug 10, 2024
1 parent f0e7c01 commit eda8de2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions android/ndk/compiler_flags.v
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ pub:
pic bool = true // TODO
debug bool = true // false = release
platform_level int = 21
arch string @[required]
arch string @[required]
neon bool
arm_mode string = 'thumb' // or 'arm'
arm_mode string = 'thumb' // or 'arm'
lang CompilerLanguageType = .c
ld string = 'lld'
stl string = 'c++_static' // or 'c++_shared' 'none' 'system'
cpp_features []string = ['rtti', 'exceptions']
ld string = 'lld'
stl string = 'c++_static' // or 'c++_shared' 'none' 'system'
cpp_features []string = ['rtti', 'exceptions']
allow_undefined_symbols bool
disable_format_string_checks bool
}
Expand Down
2 changes: 1 addition & 1 deletion android/screenshot.v
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub struct ScreenshotOptions {
pub:
deploy_options DeployOptions // This should be copy of the deploy options used to deploy the app
path string // /path/to/screenshot.png
delay f64 // delay this many seconds before taking the shot
delay f64 // delay this many seconds before taking the shot
on_log string
on_log_timeout f64 // Values <= 0 means no timeout
}
Expand Down

0 comments on commit eda8de2

Please sign in to comment.