make format.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2018-11-15 15:28:17 -08:00
parent f9481e7c7c
commit 84ccebce22
1 changed files with 4 additions and 3 deletions

View File

@ -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;
}