Add missing newlines in two header files.
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 19 Jan 2013 19:44:38 +0000 (20:44 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 19 Jan 2013 19:44:38 +0000 (20:44 +0100)
commit8782a1fdb4cd6e73ad068599f06292a2cecd4d7e
treeb1a42b21fb3c5f6ea6161cb5d960a97fd1e891d5
parentff4e6332732d4232f8cdb10fdc30e317500f4401
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.
pv/view/cursor.h
pv/view/timemarker.h