fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/31510 )
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/10/31510/1
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 +}