summaryrefslogtreecommitdiffstats
path: root/gisi/pep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gisi/pep.c')
-rw-r--r--gisi/pep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gisi/pep.c b/gisi/pep.c
index 860688b9..54954019 100644
--- a/gisi/pep.c
+++ b/gisi/pep.c
@@ -128,9 +128,9 @@ void g_isi_pep_destroy(GIsiPEP *pep)
unsigned g_isi_pep_get_ifindex(const GIsiPEP *pep)
{
unsigned ifi;
- socklen_t len = sizeof (ifi);
+ socklen_t len = sizeof(ifi);
- g_assert (pep->gprs_fd != -1);
+ g_assert(pep->gprs_fd != -1);
getsockopt(pep->gprs_fd, SOL_PNPIPE, PNPIPE_IFINDEX, &ifi, &len);
return ifi;