From 3440768840e2468753efe4d7097867e1c6d68ffd Mon Sep 17 00:00:00 2001 From: tangxifan Date: Fri, 6 Oct 2023 18:37:54 -0700 Subject: [PATCH] [core] code format --- openfpga/src/fpga_bitstream/bitstream_writer_options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openfpga/src/fpga_bitstream/bitstream_writer_options.cpp b/openfpga/src/fpga_bitstream/bitstream_writer_options.cpp index 74ded2737..a4a83fbeb 100644 --- a/openfpga/src/fpga_bitstream/bitstream_writer_options.cpp +++ b/openfpga/src/fpga_bitstream/bitstream_writer_options.cpp @@ -54,13 +54,13 @@ bool BitstreamWriterOption::value_to_skip(const size_t& val) const { } bool BitstreamWriterOption::trim_path() const { return trim_path_; } -bool BitstreamWriterOption::output_path() const { +bool BitstreamWriterOption::output_path() const { if (!path_only_ && !value_only_) { return true; } return path_only_; } -bool BitstreamWriterOption::output_value() const { +bool BitstreamWriterOption::output_value() const { if (!path_only_ && !value_only_) { return true; }