From: Alan T. DeKok Date: Tue, 27 Mar 2012 07:10:40 +0000 (+0200) Subject: Add newline. X-Git-Tag: release_3_0_0_beta0~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be75ee0d75e50aad0f17a2c48141b4caba94a129;p=thirdparty%2Ffreeradius-server.git Add newline. C compiles hate files which don't end in a newline --- diff --git a/src/modules/rlm_rest/rest.h b/src/modules/rlm_rest/rest.h index a95de968c66..e1fa9c7607c 100644 --- a/src/modules/rlm_rest/rest.h +++ b/src/modules/rlm_rest/rest.h @@ -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);