Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 873cc82

Browse files
ilcatoaentinger
authored andcommitted
Fixed formatting
1 parent 3d635c9 commit 873cc82

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/types/automation/CloudTelevision.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,7 @@ class Television {
117117
u_int16_t cha;
118118

119119

120-
Television(bool swi, u_int8_t vol, bool mut, PlaybackCommands pbc, InputValue inp, u_int16_t cha):
121-
swi(swi),
122-
vol(vol),
123-
mut(mut),
124-
pbc(pbc),
125-
inp(inp),
126-
cha(cha)
127-
{
120+
Television(bool swi, u_int8_t vol, bool mut, PlaybackCommands pbc, InputValue inp, u_int16_t cha): swi(swi), vol(vol), mut(mut), pbc(pbc), inp(inp), cha(cha) {
128121
}
129122

130123
bool operator==(Television & aTV) {

0 commit comments

Comments
 (0)