forked from M-Labs/artiq
style
This commit is contained in:
parent
360be0098f
commit
7d568b4bac
|
@ -62,7 +62,7 @@ fn process_aux_packet(p: &drtioaux::Packet) {
|
||||||
fn process_aux_packets() {
|
fn process_aux_packets() {
|
||||||
let pr = drtioaux::hw::recv();
|
let pr = drtioaux::hw::recv();
|
||||||
match pr {
|
match pr {
|
||||||
Ok(None) => {},
|
Ok(None) => (),
|
||||||
Ok(Some(p)) => process_aux_packet(&p),
|
Ok(Some(p)) => process_aux_packet(&p),
|
||||||
Err(e) => warn!("aux packet error ({})", e)
|
Err(e) => warn!("aux packet error ({})", e)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue