mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
9d10574694
commit
9380f78c82
7 changed files with 18 additions and 18 deletions
2
uemis.h
2
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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue