Skip to content

Commit e3e4ecb

Browse files
committed
style: fix code style issues with gofmt
1 parent 06aa7dc commit e3e4ecb

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/system.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,17 @@ type SystemStateVars struct {
136136
uiRepeatController int
137137
uiRepeatFrame int32
138138

139-
endMatch bool
139+
endMatch bool
140140
noCharSoundFlg bool
141-
fightLoopEnd bool
142-
continueFlg bool
143-
matchResetFlg bool
144-
stageLoopNo int
145-
introSkipCall bool
146-
preMatchTime int32
147-
loopBreak bool
148-
loopContinue bool
149-
winposetime int32
141+
fightLoopEnd bool
142+
continueFlg bool
143+
matchResetFlg bool
144+
stageLoopNo int
145+
introSkipCall bool
146+
preMatchTime int32
147+
loopBreak bool
148+
loopContinue bool
149+
winposetime int32
150150
}
151151

152152
// sys

0 commit comments

Comments
 (0)