mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Style: Apply new clang-format 5.0 style to all files
This commit is contained in:
parent
a8ceb7e3f2
commit
13c2ff9320
199 changed files with 954 additions and 875 deletions
|
|
@ -63,8 +63,10 @@ int PowerJavascript::get_power_percent_left() {
|
|||
}
|
||||
}
|
||||
|
||||
PowerJavascript::PowerJavascript()
|
||||
: nsecs_left(-1), percent_left(-1), power_state(OS::POWERSTATE_UNKNOWN) {
|
||||
PowerJavascript::PowerJavascript() :
|
||||
nsecs_left(-1),
|
||||
percent_left(-1),
|
||||
power_state(OS::POWERSTATE_UNKNOWN) {
|
||||
}
|
||||
|
||||
PowerJavascript::~PowerJavascript() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue