format slaveState.js

I was getting annoyed that I couldn't use my IDE's autoformat function. All this MR does is change comments from

/*
*
*/

to

/*
 *
 */

Done like this in most. js files already and is basically standard JS style. Fell free to reject if you don't want it.

Merge request reports

Loading