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
a5fa9fcefd
commit
b1d97c92d8
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
namespace xc7series = prjxray::xilinx::xc7series;
|
||||
|
||||
void frame_address_decode(std::istream * input_stream) {
|
||||
void frame_address_decode(std::istream* input_stream) {
|
||||
for (uint32_t frame_address_raw;
|
||||
(*input_stream) >> std::setbase(0) >> frame_address_raw;) {
|
||||
xc7series::FrameAddress frame_address(frame_address_raw);
|
||||
|
|
|
|||
Loading…
Reference in New Issue