mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
basic/socket-util: indent for clarity
This commit is contained in:
parent
bad7cecc0a
commit
955bb7fac3
@ -42,12 +42,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char* const socket_address_type_table[] = {
|
static const char* const socket_address_type_table[] = {
|
||||||
[SOCK_STREAM] = "Stream",
|
[SOCK_STREAM] = "Stream",
|
||||||
[SOCK_DGRAM] = "Datagram",
|
[SOCK_DGRAM] = "Datagram",
|
||||||
[SOCK_RAW] = "Raw",
|
[SOCK_RAW] = "Raw",
|
||||||
[SOCK_RDM] = "ReliableDatagram",
|
[SOCK_RDM] = "ReliableDatagram",
|
||||||
[SOCK_SEQPACKET] = "SequentialPacket",
|
[SOCK_SEQPACKET] = "SequentialPacket",
|
||||||
[SOCK_DCCP] = "DatagramCongestionControl",
|
[SOCK_DCCP] = "DatagramCongestionControl",
|
||||||
};
|
};
|
||||||
|
|
||||||
DEFINE_STRING_TABLE_LOOKUP(socket_address_type, int);
|
DEFINE_STRING_TABLE_LOOKUP(socket_address_type, int);
|
||||||
|
Loading…
Reference in New Issue
Block a user