Преглед изворни кода

fix indentation

Closes: #274
Approved by: dlrobertson
Derk Bell пре 6 година
родитељ
комит
c0ecd6933a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/iface/neighbor.rs

+ 1 - 1
src/iface/neighbor.rs

@@ -87,7 +87,7 @@ impl<'a> Cache<'a> {
     }
 
     pub fn fill(&mut self, protocol_addr: IpAddress, hardware_addr: EthernetAddress,
-                       timestamp: Instant) {
+                timestamp: Instant) {
         debug_assert!(protocol_addr.is_unicast());
         debug_assert!(hardware_addr.is_unicast());