mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Fix spacing
Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
72ff1b1a4d
commit
0c4b0672e4
@ -27,7 +27,7 @@ index e2467709..fbf136ce 100644
|
||||
*netId = mDefaultNetId;
|
||||
fwmark.netId = *netId;
|
||||
fwmark.explicitlySelected = true;
|
||||
+ fwmark.protectedFromVpn = canProtectLocked(uid);
|
||||
+ fwmark.protectedFromVpn = canProtectLocked(uid);
|
||||
return fwmark.intValue;
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@ index 13921e92..4c424dc0 100644
|
||||
*netId = mDefaultNetId;
|
||||
fwmark.netId = *netId;
|
||||
fwmark.explicitlySelected = true;
|
||||
+ fwmark.protectedFromVpn = canProtectLocked(uid);
|
||||
+ fwmark.protectedFromVpn = canProtectLocked(uid);
|
||||
return fwmark.intValue;
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@ index 93ccf202..c7a8a132 100644
|
||||
*netId = mDefaultNetId;
|
||||
fwmark.netId = *netId;
|
||||
fwmark.explicitlySelected = true;
|
||||
+ fwmark.protectedFromVpn = canProtectLocked(uid);
|
||||
+ fwmark.protectedFromVpn = canProtectLocked(uid);
|
||||
return fwmark.intValue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user