Skip to content

Commit 3447f1b

Browse files
authored
Merge pull request #4 from cparata/master
Apply AStyle formatting
2 parents d1b69f1 + 902e9f8 commit 3447f1b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+26928
-26480
lines changed

src/ComponentObject.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@
5252

5353
/** An abstract class for Generic components.
5454
*/
55-
class ComponentObject
56-
{
57-
public:
55+
class ComponentObject {
56+
public:
5857
/**
5958
* @brief Initializing the component.
6059
* @param[in] init pointer to device specific initalization structure.

src/RangeSensor.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@
4646
/* Classes ------------------------------------------------------------------*/
4747
/** An abstract class for range sensors
4848
*/
49-
class RangeSensor : public ComponentObject
50-
{
51-
public:
49+
class RangeSensor : public ComponentObject {
50+
public:
5251
/**
5352
* @brief Get current range [mm]
5453
* @param[out] piData Pointer to where to store range to

0 commit comments

Comments
 (0)