Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvananda committed Jul 28, 2015
1 parent 27f66da commit 329b40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nl/route_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ func NewRtMsg() *RtMsg {
func NewRtDelMsg() *RtMsg {
return &RtMsg{
RtMsg: syscall.RtMsg{
Table: syscall.RT_TABLE_MAIN,
Scope: syscall.RT_SCOPE_NOWHERE,
Table: syscall.RT_TABLE_MAIN,
Scope: syscall.RT_SCOPE_NOWHERE,
},
}
}
Expand Down

0 comments on commit 329b40d

Please sign in to comment.