Attempt to fix spacing

Weird thing is it still looked fine in GitHub's editor...
This commit is contained in:
Jason Najera 2018-11-08 13:15:19 -08:00 committed by GitHub
parent a6494bf379
commit b4be7544b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@
} }
switch (params.defaultTab) { switch (params.defaultTab) {
case "handControllers": case "handControllers":
showHandControllers(); showHandControllers();
index = 0; index = 0;
break; break;