projects
/
swifty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccbf7a8
)
Use Linux-like indentation in mptp.h
author
Paul Vlase
<vlase.paul@gmail.com>
Mon, 18 Mar 2013 14:27:42 +0000
(16:27 +0200)
committer
Paul Vlase
<vlase.paul@gmail.com>
Mon, 18 Mar 2013 14:27:42 +0000
(16:27 +0200)
src/kernel/mptp.h
patch
|
blob
|
history
diff --git
a/src/kernel/mptp.h
b/src/kernel/mptp.h
index
2eaf3bf
..
b837617
100644
(file)
--- a/
src/kernel/mptp.h
+++ b/
src/kernel/mptp.h
@@
-11,14
+11,14
@@
#endif
struct mptp_dest {
- uint32_t addr;
- uint16_t port;
+
uint32_t addr;
+
uint16_t port;
uint16_t bytes;
};
struct sockaddr_mptp {
- int count;
- struct mptp_dest dests[0];
+
int count;
+
struct mptp_dest dests[0];
};
#ifdef __KERNEL__