Parcourir la source

[2835] (minor) Blank lines

Michal 'vorner' Vaner il y a 12 ans
Parent
commit
5e9811640d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/lib/datasrc/client_list.h

+ 2 - 0
src/lib/datasrc/client_list.h

@@ -76,10 +76,12 @@ public:
         name_(name),
         state_(state)
     {}
+
     /// \brief Get the current segment state
     MemorySegmentState getSegmentState() const {
         return (state_);
     }
+
     /// \brief Get the current name.
     ///
     /// \note The name may not be changed once the object is constructed.