From eb1f8f160b803bae60c2af7be35e42ece3b8a62b Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Thu, 17 Jan 2019 15:57:11 -0800 Subject: formatting: preparing for uhd::math cleanup Formatting files that will be touched in upcoming changes to uhd::math --- host/lib/include/uhdlib/usrp/common/lmx2592.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'host/lib/include/uhdlib/usrp/common/lmx2592.hpp') diff --git a/host/lib/include/uhdlib/usrp/common/lmx2592.hpp b/host/lib/include/uhdlib/usrp/common/lmx2592.hpp index 91beb24b7..f71ae0cf5 100644 --- a/host/lib/include/uhdlib/usrp/common/lmx2592.hpp +++ b/host/lib/include/uhdlib/usrp/common/lmx2592.hpp @@ -19,7 +19,8 @@ #include #include -class lmx2592_iface { +class lmx2592_iface +{ public: typedef std::shared_ptr sptr; @@ -37,8 +38,7 @@ public: enum mash_order_t { INT_N, FIRST, SECOND, THIRD, FOURTH }; - virtual double set_frequency( - double target_freq, + virtual double set_frequency(double target_freq, const bool spur_dodging, const double spur_dodging_threshold) = 0; -- cgit v1.2.3