]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/enum.cpp
Consistenty use auto-generated namespace comments.
[pulseview.git] / pv / prop / enum.cpp
index a4c542af55fb9f05caaccd5043b0d7b098bbdaf2..7a4a7837ff0e319cd8cd23535321386311f0283d 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <assert.h>
+#include <cassert>
 
 #include <QComboBox>
 
@@ -84,5 +84,5 @@ void Enum::on_current_item_changed(int)
        commit();
 }
 
-} // prop
-} // pv
+}  // namespace prop
+}  // namespace pv