]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/string.cpp
Consistenty use auto-generated namespace comments.
[pulseview.git] / pv / prop / string.cpp
index 1cba8e4a7c2341103be17cfe7b2d214ad2aecaf7..23c7f91321d567bbc59c31bad53b139cd8f1728a 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <assert.h>
+#include <cassert>
 
 #include <QLineEdit>
 #include <QSpinBox>
@@ -80,5 +80,5 @@ void String::on_text_edited(const QString&)
        commit();
 }
 
-} // prop
-} // pv
+}  // namespace prop
+}  // namespace pv