Consistenty use auto-generated namespace comments.
[pulseview.git] / pv / prop / bool.cpp
index 61b2f17adaa9848cc28d6735a49cbff3d024001a..2773eaae708ebdefbdc4906ee063400180d5395c 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <assert.h>
+#include <cassert>
 
 #include <QCheckBox>
 
@@ -78,5 +78,5 @@ void Bool::on_state_changed(int)
        commit();
 }
 
-} // prop
-} // pv
+}  // namespace prop
+}  // namespace pv