Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/soccr
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov1@gmail.com>2019-04-12 23:01:36 +0300
committerAndrei Vagin <avagin@gmail.com>2019-09-07 14:16:36 +0300
commit4662315fc4fd74228b551c3d5ddb42c2975f5749 (patch)
tree84742157903a42d864b7601462c278e868c0ec9e /soccr
parent6d66dd5d89f48026fd8a7149bfbb83669e7ff508 (diff)
Convert spaces to tabs
There are a few places where spaces have been used instead of tabs for indentation. This patch converts the spaces to tabs for consistency with the rest of the code base. Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
Diffstat (limited to 'soccr')
-rw-r--r--soccr/soccr.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/soccr/soccr.c b/soccr/soccr.c
index 1e4827e48..20eabfbd4 100644
--- a/soccr/soccr.c
+++ b/soccr/soccr.c
@@ -158,13 +158,13 @@ void libsoccr_release(struct libsoccr_sk *sk)
}
struct soccr_tcp_info {
- __u8 tcpi_state;
- __u8 tcpi_ca_state;
- __u8 tcpi_retransmits;
- __u8 tcpi_probes;
- __u8 tcpi_backoff;
- __u8 tcpi_options;
- __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
+ __u8 tcpi_state;
+ __u8 tcpi_ca_state;
+ __u8 tcpi_retransmits;
+ __u8 tcpi_probes;
+ __u8 tcpi_backoff;
+ __u8 tcpi_options;
+ __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
};
static int refresh_sk(struct libsoccr_sk *sk,