Skip to content

Commit

Permalink
chore: add linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaz committed Dec 15, 2024
1 parent 96a90c4 commit 5e0871c
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion conf/nutek_car_remote.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ decoder {
get=@1:{16}:id,
get=@17:{16}:code,
get=@33:{4}:button,
}
}
2 changes: 1 addition & 1 deletion src/devices/6sc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ r_device const six_sc_two_car_remote = {
.reset_limit = 10000,
.decode_fn = &six_sc_two_car_remote_decode,
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/alps_fwb1u545.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ r_device const alps_fwb1u545_car_remote = {
.reset_limit = 1500,
.decode_fn = &alps_fwb1u545_car_remote_decode,
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/astrostart_2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ r_device const astrostart_2000 = {
.tolerance = 80,
.decode_fn = &astrostart_2000_decode,
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/audiovox_pro_oe3b.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ r_device const audiovox_pro_oe3b = {
.decode_fn = &audiovox_pro_oe3b_decode,
.priority = 10,
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/chrysler_car_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ r_device const chrysler_car_remote = {
.tolerance = 100,
.decode_fn = &chrysler_car_remote_decode,
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/code_alarm_car_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ r_device const code_alarm_frdpc2000_car_remote = {
.tolerance = 100,
.decode_fn = &code_alarm_frdpc2000_car_remote_decode,
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/compustar_1wg3r.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ r_device const compustar_1wg3r = {
.sync_width = 1448,
.decode_fn = &compustar_1wg3r_decode,
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/continental_car_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ r_device const continental_car_remote = {
.reset_limit = 1500,
.decode_fn = &continental_car_remote_decode,
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/gm_car_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ r_device const gm_car_remote = {
.reset_limit = 20000,
.decode_fn = &gm_car_remote_decode,
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/hcs361.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ r_device const hcs361_vpwm_1_bsel_1 = {
.sync_width = 2000, // Sync 10x TE
.decode_fn = &hcs361_decode, // 111111 [sync 10x TE] [header 10x TE] [data] [guard time]
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/nidec_car_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ r_device const nidec_car_remote = {
.reset_limit = 1000,
.decode_fn = &nidec_car_remote_decode,
.fields = output_fields,
};
};
2 changes: 1 addition & 1 deletion src/devices/siemens_5wy72xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ r_device const siemens_5wy72xx_car_remote = {
.reset_limit = 10000,
.decode_fn = &siemens_5wy72xx_car_remote_decode,
.fields = output_fields,
};
};

0 comments on commit 5e0871c

Please sign in to comment.