summaryrefslogtreecommitdiffstats
path: root/uemis.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-08-26 14:41:05 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-08-26 14:41:05 -0700
commit9380f78c82287deedc56ae831142801a3c4e9d42 (patch)
tree51846f182869079ebbf43dbf70c1b2815edc4a57 /uemis.h
parent9d1057469485739c9a2563cf7c88fd2debc1e730 (diff)
downloadsubsurface-9380f78c82287deedc56ae831142801a3c4e9d42.tar.gz
Do some whitespace cleanup
The previous commit was a patch from Lubomir, which also had some whitespace fixes (to go with some new whitespace bugs to replace them) in it. I removed the whitespace changes from that patch (don't mix whitespace fixes with other fixes, unless they are on the same lines!) but decided to look for other whitespace issues, and this is the result. I left the non-C files alone, some of the spec and script files also have whitespace at the end of lines etc. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'uemis.h')
-rw-r--r--uemis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis.h b/uemis.h
index 29a168f5d..ba9a23402 100644
--- a/uemis.h
+++ b/uemis.h
@@ -28,7 +28,7 @@ typedef struct {
uint16_t consumption; // (units unclear)
uint8_t rgt; // (remaining gas time in minutes)
uint8_t cns;
- uint8_t flags[8];
+ uint8_t flags[8];
} __attribute((packed)) uemis_sample_t;
#endif /* DIVE_H */