fixeria submitted this change.
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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(-)
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
+}
To view, visit change 31510. To unsubscribe, or for help writing mail filters, visit settings.