aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_image_loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/x300/x300_image_loader.cpp')
-rw-r--r--host/lib/usrp/x300/x300_image_loader.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/host/lib/usrp/x300/x300_image_loader.cpp b/host/lib/usrp/x300/x300_image_loader.cpp
index ccd3761df..c8690465b 100644
--- a/host/lib/usrp/x300/x300_image_loader.cpp
+++ b/host/lib/usrp/x300/x300_image_loader.cpp
@@ -233,9 +233,8 @@ static void x300_setup_session(x300_session_t& session,
if (fpga_file_type == "ni-2974") {
fpga_file_type = "x310";
}
- session.filepath = find_image_path(
- str(boost::format("usrp_%s_fpga_%s.bit")
- % fpga_file_type % session.fpga_type));
+ session.filepath = find_image_path(str(boost::format("usrp_%s_fpga_%s.bit")
+ % fpga_file_type % session.fpga_type));
}
} else
session.filepath = filepath;