mirror of https://github.com/openXC7/prjxray.git
Run make format.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
9166a43649
commit
8da0a38fd7
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue