diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-27 16:17:15 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-28 19:42:22 +0100 |
commit | 10ff484ccbba5c83d856949b9515f9130feaded3 (patch) | |
tree | 197901a785e98761e1de20bb44a82a99c8dfd894 /host/examples/rx_timed_samples.cpp | |
parent | 91347ea2cbf7618d4439548210eec940c582cbb8 (diff) | |
download | uhd-10ff484ccbba5c83d856949b9515f9130feaded3.tar.gz uhd-10ff484ccbba5c83d856949b9515f9130feaded3.tar.bz2 uhd-10ff484ccbba5c83d856949b9515f9130feaded3.zip |
examples: Whitespace and other cleanup
Diffstat (limited to 'host/examples/rx_timed_samples.cpp')
-rw-r--r-- | host/examples/rx_timed_samples.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/examples/rx_timed_samples.cpp b/host/examples/rx_timed_samples.cpp index 30535907f..20abd92fe 100644 --- a/host/examples/rx_timed_samples.cpp +++ b/host/examples/rx_timed_samples.cpp @@ -48,7 +48,6 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ ("rate", po::value<double>(&rate)->default_value(100e6/16), "rate of incoming samples") ("dilv", "specify to disable inner-loop verbose") ("channels", po::value<std::string>(&channel_list)->default_value("0"), "which channel(s) to use (specify \"0\", \"1\", \"0,1\", etc)") - ; po::variables_map vm; po::store(po::parse_command_line(argc, argv, desc), vm); |