소스 검색

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());