From: Uwe Hermann Date: Sat, 19 Jan 2013 19:44:38 +0000 (+0100) Subject: Add missing newlines in two header files. X-Git-Tag: pulseview-0.1.0~156 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=8782a1fdb4cd6e73ad068599f06292a2cecd4d7e;hp=ff4e6332732d4232f8cdb10fdc30e317500f4401;ds=sidebyside Add missing newlines in two header files. 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. --- diff --git a/pv/view/cursor.h b/pv/view/cursor.h index 1469f2cc..dd8ef242 100644 --- a/pv/view/cursor.h +++ b/pv/view/cursor.h @@ -80,4 +80,4 @@ private: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_CURSOR_H \ No newline at end of file +#endif // PULSEVIEW_PV_VIEW_CURSOR_H diff --git a/pv/view/timemarker.h b/pv/view/timemarker.h index e8dac5d4..34e936c1 100644 --- a/pv/view/timemarker.h +++ b/pv/view/timemarker.h @@ -98,4 +98,4 @@ protected: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_MARKER_H \ No newline at end of file +#endif // PULSEVIEW_PV_VIEW_MARKER_H