Skip to content
Snippets Groups Projects
Commit 9b231867 authored by Karol Krizka's avatar Karol Krizka
Browse files

Whitespace cleanup.

parent 8d5e0f7d
Branches dt5471
No related tags found
No related merge requests found
......@@ -13,9 +13,6 @@ AgilentPs::AgilentPs(const std::string& name) :
IPowerSupply(name)
{ }
AgilentPs::~AgilentPs()
{ }
void AgilentPs::connect()
{
if (m_config["communication"]["protocol"] == "usb")
......
#ifndef AGILENTPS_H
#define AGILENTPS_H
// ####################
// Agilent/Keysight Power supply
// Author: Timon Heim
// Date: Feb 2017
// Notes: Assuming Prologix GPIB to USB
// ###################
#include <chrono>
#include <memory>
......@@ -31,7 +25,7 @@ class AgilentPs : public IPowerSupply
{
public:
AgilentPs(const std::string& name);
~AgilentPs();
~AgilentPs() =default;
virtual void connect();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment