fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/31510 )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: gtp/gsn.c: fix 'No newline at end of file' ......................................................................
gtp/gsn.c: fix 'No newline at end of file'
git complains if it's missing, vim adds it automatically.
Change-Id: I3b4808a76da89e65b934d818e7ca280bc0651483 --- M gtp/gsn.c 1 file changed, 12 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified neels: Looks good to me, approved
diff --git a/gtp/gsn.c b/gtp/gsn.c index ce66244..9776b28 100644 --- a/gtp/gsn.c +++ b/gtp/gsn.c @@ -593,4 +593,4 @@ timeout->tv_usec = 0; /* dummy API, deprecated. Return a huge timer to do nothing */ return 0; -} \ No newline at end of file +}