whitespace removal suggested by format-code.sh script run on the repository.
Change-Id: Ib54bd222ba3549bcf310a211992c2e35681f8b81
Signed-off-by: charles kearney <charles.kearney@hpe.com>
diff --git a/ikvm_args.cpp b/ikvm_args.cpp
index 4887870..681a9f8 100644
--- a/ikvm_args.cpp
+++ b/ikvm_args.cpp
@@ -7,7 +7,6 @@
namespace ikvm
{
-
Args::Args(int argc, char* argv[]) :
frameRate(30), subsampling(0), calcFrameCRC{false}, commandLine(argc, argv)
{
diff --git a/ikvm_args.hpp b/ikvm_args.hpp
index cb3d3ad..183bbfa 100644
--- a/ikvm_args.hpp
+++ b/ikvm_args.hpp
@@ -4,7 +4,6 @@
namespace ikvm
{
-
/*
* @class Args
* @brief Command line argument parser and storage
diff --git a/ikvm_input.cpp b/ikvm_input.cpp
index 0d35408..f3981a4 100644
--- a/ikvm_input.cpp
+++ b/ikvm_input.cpp
@@ -19,7 +19,6 @@
namespace ikvm
{
-
using namespace phosphor::logging;
using namespace sdbusplus::xyz::openbmc_project::Common::File::Error;
diff --git a/ikvm_input.hpp b/ikvm_input.hpp
index 83e4071..00d8e7f 100644
--- a/ikvm_input.hpp
+++ b/ikvm_input.hpp
@@ -10,7 +10,6 @@
namespace ikvm
{
-
/*
* @class Input
* @brief Receives events from RFB clients and sends reports to the USB input
diff --git a/ikvm_manager.cpp b/ikvm_manager.cpp
index 93fd1ce..2f66fd5 100644
--- a/ikvm_manager.cpp
+++ b/ikvm_manager.cpp
@@ -4,7 +4,6 @@
namespace ikvm
{
-
Manager::Manager(const Args& args) :
continueExecuting(true), serverDone(false), videoDone(true),
input(args.getKeyboardPath(), args.getPointerPath(), args.getUdcName()),
diff --git a/ikvm_manager.hpp b/ikvm_manager.hpp
index 67d5a68..c6750e6 100644
--- a/ikvm_manager.hpp
+++ b/ikvm_manager.hpp
@@ -10,7 +10,6 @@
namespace ikvm
{
-
/*
* @class Manager
* @brief Manages the VNC server by executing threaded loops of RFB operations
diff --git a/ikvm_server.hpp b/ikvm_server.hpp
index dcb984a..7ad48af 100644
--- a/ikvm_server.hpp
+++ b/ikvm_server.hpp
@@ -10,7 +10,6 @@
namespace ikvm
{
-
/*
* @class Server
* @brief Manages the RFB server connection and updates