]> sigrok.org Git - pulseview.git/commitdiff
Add missing newlines in two header files.
authorUwe Hermann <redacted>
Sat, 19 Jan 2013 19:44:38 +0000 (20:44 +0100)
committerUwe Hermann <redacted>
Sat, 19 Jan 2013 19:44:38 +0000 (20:44 +0100)
Without the newlines, some compilers will spew warnings such as:

  cursor.h:83:37: error: no newline at end of file

(which will break the build due to -Werror, which is default-enabled)

This has been (for example) observed on FreeBSD 9.0's (patched) gcc 4.2.1.

pv/view/cursor.h
pv/view/timemarker.h

index 1469f2cc1edf0db599f8b6f147cabbb4fd235abd..dd8ef242d53163dfdd4a7f9bf10fc94d8886ff75 100644 (file)
@@ -80,4 +80,4 @@ private:
 } // namespace view
 } // namespace pv
 
 } // namespace view
 } // namespace pv
 
-#endif // PULSEVIEW_PV_VIEW_CURSOR_H
\ No newline at end of file
+#endif // PULSEVIEW_PV_VIEW_CURSOR_H
index e8dac5d470792c1234e0708369ff6c69c2f9921d..34e936c1423fd4c17c02b8e6212d9ea63bb4878d 100644 (file)
@@ -98,4 +98,4 @@ protected:
 } // namespace view
 } // namespace pv
 
 } // namespace view
 } // namespace pv
 
-#endif // PULSEVIEW_PV_VIEW_MARKER_H
\ No newline at end of file
+#endif // PULSEVIEW_PV_VIEW_MARKER_H