[NET] IPV4: Fix whitespace errors.
[deliverable/linux.git] / net / ipv4 / tcp_highspeed.c
index c4fc811bf377f6f65f86b21eb51e659555f1c2e6..a291097fcc0a9e4ba6ff813579680809fff9bf3e 100644 (file)
@@ -14,8 +14,8 @@
  * with fixed-point MD scaled <<8.
  */
 static const struct hstcp_aimd_val {
-        unsigned int cwnd;
-        unsigned int md;
+       unsigned int cwnd;
+       unsigned int md;
 } hstcp_aimd_vals[] = {
  {     38,  128, /*  0.50 */ },
  {    118,  112, /*  0.44 */ },
This page took 0.024459 seconds and 5 git commands to generate.