Add newline.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 27 Mar 2012 07:10:40 +0000 (09:10 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 27 Mar 2012 07:10:40 +0000 (09:10 +0200)
C compiles hate files which don't end in a newline

src/modules/rlm_rest/rest.h

index a95de96..e1fa9c7 100644 (file)
@@ -247,4 +247,4 @@ void rest_request_cleanup(rlm_rest_t *instance, rlm_rest_section_t *section,
  *     Helper functions
  */
 ssize_t rest_uri_build(rlm_rest_t *instance, rlm_rest_section_t *section,
-                      REQUEST *request, char *buffer, size_t bufsize);
\ No newline at end of file
+                      REQUEST *request, char *buffer, size_t bufsize);