mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-22 12:50:53 +00:00
fix whitespace
This commit is contained in:
parent
c32e3995db
commit
0a7b8e0662
@ -28,7 +28,7 @@ func main() {
|
|||||||
defer vm.Logout()
|
defer vm.Logout()
|
||||||
|
|
||||||
fmt.Println("Press ESC to quit")
|
fmt.Println("Press ESC to quit")
|
||||||
Loop:
|
Loop:
|
||||||
for {
|
for {
|
||||||
char, key, err := keyboard.GetKey()
|
char, key, err := keyboard.GetKey()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user