gtp/gsn.c: fix 'No newline at end of file'

git complains if it's missing, vim adds it automatically.

Change-Id: I3b4808a76da89e65b934d818e7ca280bc0651483
This commit is contained in:
Vadim Yanitskiy 2023-02-25 18:02:01 +07:00
parent 7bdb54e15c
commit 90984ea6dd
1 changed files with 1 additions and 1 deletions

View File

@ -593,4 +593,4 @@ int gtp_retranstimeout(struct gsn_t *gsn, struct timeval *timeout)
timeout->tv_usec = 0;
/* dummy API, deprecated. Return a huge timer to do nothing */
return 0;
}
}