summaryrefslogtreecommitdiff
path: root/zebra/rtread_netlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rtread_netlink.c')
-rw-r--r--zebra/rtread_netlink.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/rtread_netlink.c b/zebra/rtread_netlink.c
index 1d41861bbd..c273e15a78 100644
--- a/zebra/rtread_netlink.c
+++ b/zebra/rtread_netlink.c
@@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with GNU Zebra; see the file COPYING. If not, write to the Free
* Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * 02111-1307, USA.
*/
#include <zebra.h>
@@ -26,7 +26,7 @@
#include "zebra/zserv.h"
#include "zebra/rt_netlink.h"
-void route_read (struct zebra_ns *zns)
+void route_read(struct zebra_ns *zns)
{
- netlink_route_read (zns);
+ netlink_route_read(zns);
}