src: set best-route strategy for certificate prefixes

refs: #4881

Change-Id: I655c261233e478bf01ff298b74af5eb62a33ffaf
diff --git a/src/tlv/routing-table-status.cpp b/src/tlv/routing-table-status.cpp
index 6f4bb24..a35f88c 100644
--- a/src/tlv/routing-table-status.cpp
+++ b/src/tlv/routing-table-status.cpp
@@ -1,6 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /**
- * Copyright (c) 2014-2018,  The University of Memphis,
+ * Copyright (c) 2014-2019,  The University of Memphis,
  *                           Regents of the University of California,
  *                           Arizona Board of Regents.
  *
@@ -139,7 +139,7 @@
 std::ostream&
 operator<<(std::ostream& os, const RoutingTableStatus& rtStatus)
 {
-  os << "Routing Table Status: " << std::endl;;
+  os << "Routing Table Status: " << std::endl;
 
   bool isFirst = true;