Apply Coding Style 16/241516/1
authorreview-bot <reviewbot@samsung.com>
Tue, 9 Jun 2020 00:07:23 +0000 (09:07 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 09:44:23 +0000 (18:44 +0900)
Change-Id: I8c3c260f75eeabfc0b6a1c9653e3b0ebf2eb7ccf

21 files changed:
src/lib/DSCanvas/DSCanvas.cpp
src/lib/DSCanvas/DSCanvas.h
src/lib/DSCompositor/DSCompositor.cpp
src/lib/DSCompositor/DSCompositor.h
src/lib/DSDisplayArea/DSDisplayArea.cpp
src/lib/DSDisplayArea/DSDisplayArea.h
src/lib/DSInput/DSInput.cpp
src/lib/DSInput/DSInput.h
src/lib/DSOutput/DSOutput.cpp
src/lib/DSOutput/DSOutput.h
src/lib/DSPolicyArea/DSPolicyArea.cpp
src/lib/DSPolicyArea/DSPolicyArea.h
src/lib/DSSeat/DSSeat.cpp
src/lib/DSSeat/DSSeat.h
tests/DSCanvas-test.cpp
tests/DSCompositor-test.cpp
tests/DSDisplayArea-test.cpp
tests/DSInput-test.cpp
tests/DSOutput-test.cpp
tests/DSPolicyArea-test.cpp
tests/DSSeat-test.cpp

index ad02a95..3465c5f 100644 (file)
@@ -2,11 +2,9 @@
 
 namespace display_server
 {
-       DSCanvas::DSCanvas()
-       {
-       }
+DSCanvas::DSCanvas()
+{}
 
-       DSCanvas::~DSCanvas()
-       {
-       }
+DSCanvas::~DSCanvas()
+{}
 } // namespace display_server
\ No newline at end of file
index f0e69aa..47063ab 100644 (file)
@@ -3,15 +3,15 @@
 
 namespace display_server
 {
-       class DSCanvas
-       {
-       public:
-               DSCanvas();
-               virtual ~DSCanvas();
+class DSCanvas
+{
+public:
+       DSCanvas();
+       virtual ~DSCanvas();
 
-       private:
-               /* data */
-       };
+private:
+       /* data */
+};
 }
 
 #endif
\ No newline at end of file
index 7b58146..c345bfc 100644 (file)
@@ -2,11 +2,9 @@
 
 namespace display_server
 {
-       DSCompositor::DSCompositor()
-       {
-       }
+DSCompositor::DSCompositor()
+{}
 
-       DSCompositor::~DSCompositor()
-       {
-       }
+DSCompositor::~DSCompositor()
+{}
 } // namespace display_server
\ No newline at end of file
index 0f977fc..fb3ec50 100644 (file)
@@ -3,15 +3,15 @@
 
 namespace display_server
 {
-       class DSCompositor
-       {
-       public:
-               DSCompositor();
-               virtual ~DSCompositor();
+class DSCompositor
+{
+public:
+       DSCompositor();
+       virtual ~DSCompositor();
 
-       private:
-               /* data */
-       };
+private:
+       /* data */
+};
 }
 
 #endif
\ No newline at end of file
index 5cc684d..22239f9 100644 (file)
@@ -2,11 +2,9 @@
 
 namespace display_server
 {
-       DSDisplayArea::DSDisplayArea()
-       {
-       }
+DSDisplayArea::DSDisplayArea()
+{}
 
-       DSDisplayArea::~DSDisplayArea()
-       {
-       }
+DSDisplayArea::~DSDisplayArea()
+{}
 } // namespace display_server
\ No newline at end of file
index 4892ba1..586e5d4 100644 (file)
@@ -3,15 +3,15 @@
 
 namespace display_server
 {
-       class DSDisplayArea
-       {
-       public:
-               DSDisplayArea();
-               virtual ~DSDisplayArea();
+class DSDisplayArea
+{
+public:
+       DSDisplayArea();
+       virtual ~DSDisplayArea();
 
-       private:
-               /* data */
-       };
+private:
+       /* data */
+};
 }
 
 #endif
\ No newline at end of file
index 9606309..2950dc1 100644 (file)
@@ -2,11 +2,9 @@
 
 namespace display_server
 {
-       DSInput::DSInput()
-       {
-       }
+DSInput::DSInput()
+{}
 
-       DSInput::~DSInput()
-       {
-       }
+DSInput::~DSInput()
+{}
 } // namespace display_server
\ No newline at end of file
index f745b80..5269376 100644 (file)
@@ -3,15 +3,15 @@
 
 namespace display_server
 {
-       class DSInput
-       {
-       public:
-               DSInput();
-               virtual ~DSInput();
+class DSInput
+{
+public:
+       DSInput();
+       virtual ~DSInput();
 
-       private:
-               /* data */
-       };
+private:
+       /* data */
+};
 }
 
 #endif
\ No newline at end of file
index 7fe0a8c..61d33be 100644 (file)
@@ -2,11 +2,9 @@
 
 namespace display_server
 {
-       DSOutput::DSOutput()
-       {
-       }
+DSOutput::DSOutput()
+{}
 
-       DSOutput::~DSOutput()
-       {
-       }
+DSOutput::~DSOutput()
+{}
 } // namespace display_server
\ No newline at end of file
index f924af9..30f8387 100644 (file)
@@ -3,15 +3,15 @@
 
 namespace display_server
 {
-       class DSOutput
-       {
-       public:
-               DSOutput();
-               virtual ~DSOutput();
+class DSOutput
+{
+public:
+       DSOutput();
+       virtual ~DSOutput();
 
-       private:
-               /* data */
-       };
+private:
+       /* data */
+};
 }
 
 #endif
\ No newline at end of file
index 8e333d6..9ed13e4 100644 (file)
@@ -2,11 +2,9 @@
 
 namespace display_server
 {
-       DSPolicyArea::DSPolicyArea()
-       {
-       }
+DSPolicyArea::DSPolicyArea()
+{}
 
-       DSPolicyArea::~DSPolicyArea()
-       {
-       }
+DSPolicyArea::~DSPolicyArea()
+{}
 } // namespace display_server
\ No newline at end of file
index 50653c9..aeaa130 100644 (file)
@@ -3,15 +3,15 @@
 
 namespace display_server
 {
-       class DSPolicyArea
-       {
-       public:
-               DSPolicyArea();
-               virtual ~DSPolicyArea();
+class DSPolicyArea
+{
+public:
+       DSPolicyArea();
+       virtual ~DSPolicyArea();
 
-       private:
-               /* data */
-       };
+private:
+       /* data */
+};
 }
 
 #endif
\ No newline at end of file
index 9f9a1cd..559e703 100644 (file)
@@ -2,11 +2,9 @@
 
 namespace display_server
 {
-       DSSeat::DSSeat()
-       {
-       }
+DSSeat::DSSeat()
+{}
 
-       DSSeat::~DSSeat()
-       {
-       }
+DSSeat::~DSSeat()
+{}
 } // namespace display_server
\ No newline at end of file
index d15176f..c3e64ab 100644 (file)
@@ -3,15 +3,15 @@
 
 namespace display_server
 {
-       class DSSeat
-       {
-       public:
-               DSSeat();
-               virtual ~DSSeat();
+class DSSeat
+{
+public:
+       DSSeat();
+       virtual ~DSSeat();
 
-       private:
-               /* data */
-       };
+private:
+       /* data */
+};
 }
 
 #endif
\ No newline at end of file
index ac1f5ed..5efc393 100644 (file)
@@ -6,8 +6,10 @@ using namespace display_server;
 class DSCanvasTest : public ::testing::Test
 {
 public:
-       void SetUp(void) override {}
-       void TearDown(void) override {}
+       void SetUp(void) override
+       {}
+       void TearDown(void) override
+       {}
 };
 
 TEST_F(DSCanvasTest, NewDSCanvas)
index 3dc05a5..5b4639f 100644 (file)
@@ -6,8 +6,10 @@ using namespace display_server;
 class DSComopsitorTest : public ::testing::Test
 {
 public:
-       void SetUp(void) override {}
-       void TearDown(void) override {}
+       void SetUp(void) override
+       {}
+       void TearDown(void) override
+       {}
 };
 
 TEST_F(DSComopsitorTest, NewDSCompositor)
index b36c29b..2c660c6 100644 (file)
@@ -6,8 +6,10 @@ using namespace display_server;
 class DSDisplayAreaTest : public ::testing::Test
 {
 public:
-       void SetUp(void) override {}
-       void TearDown(void) override {}
+       void SetUp(void) override
+       {}
+       void TearDown(void) override
+       {}
 };
 
 TEST_F(DSDisplayAreaTest, NewDSDisplayArea)
index da5658e..657803c 100644 (file)
@@ -6,8 +6,10 @@ using namespace display_server;
 class DSInputTest : public ::testing::Test
 {
 public:
-       void SetUp(void) override {}
-       void TearDown(void) override {}
+       void SetUp(void) override
+       {}
+       void TearDown(void) override
+       {}
 };
 
 TEST_F(DSInputTest, NewDSInput)
index 69f6f6e..fb77982 100644 (file)
@@ -6,8 +6,10 @@ using namespace display_server;
 class DSOutputTest : public ::testing::Test
 {
 public:
-       void SetUp(void) override {}
-       void TearDown(void) override {}
+       void SetUp(void) override
+       {}
+       void TearDown(void) override
+       {}
 };
 
 TEST_F(DSOutputTest, NewDSOutput)
index 938fa83..a1a20e5 100644 (file)
@@ -6,8 +6,10 @@ using namespace display_server;
 class DSPolicyAreaTest : public ::testing::Test
 {
 public:
-       void SetUp(void) override {}
-       void TearDown(void) override {}
+       void SetUp(void) override
+       {}
+       void TearDown(void) override
+       {}
 };
 
 TEST_F(DSPolicyAreaTest, NewDSPolicyArea)
index a6c1e67..72c53d9 100644 (file)
@@ -6,8 +6,10 @@ using namespace display_server;
 class DSSeatTest : public ::testing::Test
 {
 public:
-       void SetUp(void) override {}
-       void TearDown(void) override {}
+       void SetUp(void) override
+       {}
+       void TearDown(void) override
+       {}
 };
 
 TEST_F(DSSeatTest, NewDSSeat)