Run make format.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2018-11-21 16:16:04 -08:00
parent a5fa9fcefd
commit b1d97c92d8
1 changed files with 1 additions and 1 deletions

View File

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