diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-10-10 07:34:15 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-10 02:43:53 -0400 |
commit | d7150818dc9cb4f58b5bc8039b18eef9dbb22d2c (patch) | |
tree | 65f631f40c7ece672e5c1b56a66f2afb77e93ad8 | |
parent | eb485f83134cb51299fab457e15af0923ac74089 (diff) | |
download | subsurface-d7150818dc9cb4f58b5bc8039b18eef9dbb22d2c.tar.gz |
Cleanup traling newlines
And there where quite a few.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | devicedetails.cpp | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/devicedetails.cpp b/devicedetails.cpp index db95cfd41..4f4d04030 100644 --- a/devicedetails.cpp +++ b/devicedetails.cpp @@ -435,53 +435,3 @@ void DeviceDetails::setPressureSensorOffset(int pressureSensorOffset) { m_pressureSensorOffset = pressureSensorOffset; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |