vpr: Fix formatting
diff --git a/vpr/src/base/atom_netlist_utils.cpp b/vpr/src/base/atom_netlist_utils.cpp
index 7621128..8be9075 100644
--- a/vpr/src/base/atom_netlist_utils.cpp
+++ b/vpr/src/base/atom_netlist_utils.cpp
@@ -683,7 +683,6 @@
     return upstream_ports;
 }
 
-
 void absorb_buffer_luts(AtomNetlist& netlist, int verbosity) {
     //First we look through the netlist to find LUTs with identity logic functions
     //we then remove those luts, replacing the net's they drove with the inputs to the
@@ -1400,7 +1399,7 @@
             AtomBlockId driver_blk = netlist.port_block(driver_port);
 
             std::vector<AtomPortId> upstream_ports;
-            
+
             if (netlist.block_model(driver_blk)->name == std::string(".names")) {
                 //For .names we allow tracing back through data connections
                 //which allows us to traceback through white-box .names buffers
diff --git a/vpr/src/base/vpr_tatum_error.cpp b/vpr/src/base/vpr_tatum_error.cpp
index 37dfaa4..ea106de 100644
--- a/vpr/src/base/vpr_tatum_error.cpp
+++ b/vpr/src/base/vpr_tatum_error.cpp
@@ -45,7 +45,6 @@
     }
 
     if (error.edge) {
-
         if (timing_ctx.graph) {
             tatum::NodeId src_node = timing_ctx.graph->edge_src_node(error.edge);
             tatum::NodeId sink_node = timing_ctx.graph->edge_sink_node(error.edge);