wpa_supplicant: Remove trailing whitespace

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Anton Nayshtut 2014-11-16 17:28:53 +02:00 committed by Jouni Malinen
parent 0980c7face
commit 09d57ce40e

View file

@ -288,7 +288,7 @@ int main(int argc, char *argv[])
if (iface == NULL) if (iface == NULL)
goto out; goto out;
ifaces = iface; ifaces = iface;
iface = &ifaces[iface_count - 1]; iface = &ifaces[iface_count - 1];
os_memset(iface, 0, sizeof(*iface)); os_memset(iface, 0, sizeof(*iface));
break; break;
default: default: