From 84ccebce228eef2d0d40225fd25f42d9244e72f9 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 15 Nov 2018 15:28:17 -0800 Subject: [PATCH] make format. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- tools/xc7patch.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/xc7patch.cc b/tools/xc7patch.cc index f10d89ac..d82b2869 100644 --- a/tools/xc7patch.cc +++ b/tools/xc7patch.cc @@ -60,9 +60,10 @@ int patch_frames( auto iter = frames->find(frame_address); if (iter == frames->end()) { - std::cerr - << "frame address 0x" << std::hex << frame_address - << " because it was not found in frames." << std::endl; + std::cerr << "frame address 0x" << std::hex + << frame_address + << " because it was not found in frames." + << std::endl; return 1; }