Run make format.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2018-11-15 14:04:22 -08:00
parent 9166a43649
commit 8da0a38fd7
1 changed files with 8 additions and 7 deletions

View File

@ -36,7 +36,8 @@ DEFINE_string(output_file, "", "Write patched bitsteam to file");
namespace xc7series = prjxray::xilinx::xc7series;
int patch_frames(const std::string &frm_file_str,
int patch_frames(
const std::string& frm_file_str,
std::map<xc7series::FrameAddress, std::vector<uint32_t>>* frames) {
// Apply the deltas.
std::ifstream frm_file(frm_file_str);