Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
newline at the ends of files
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-leonov committed Apr 26, 2010
1 parent 672fda0 commit ecfef13
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion classes/HeadersIn.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ extern void
ngx_http_js__nginx_headers_in__cleanup(ngx_http_js_ctx_t *ctx, ngx_http_request_t *r, JSContext *cx);


#endif
#endif
2 changes: 1 addition & 1 deletion classes/HeadersOut.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ extern void
ngx_http_js__nginx_headers_out__cleanup(ngx_http_js_ctx_t *ctx, ngx_http_request_t *r, JSContext *cx);


#endif
#endif
2 changes: 1 addition & 1 deletion classes/Nginx.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ extern JSBool
ngx_http_js__nginx__init(JSContext *cx, JSObject *global);


#endif
#endif
2 changes: 1 addition & 1 deletion classes/Request.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ extern ngx_int_t
ngx_http_js__nginx_request__root_in(ngx_http_js_ctx_t *ctx, ngx_http_request_t *r, JSContext *cx, JSObject *request);


#endif
#endif
2 changes: 1 addition & 1 deletion classes/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ extern JSBool
ngx_http_js__global__init(JSContext *cx);


#endif
#endif
2 changes: 1 addition & 1 deletion macroses.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ if ( (private = JS_GetInstancePrivate(cx, self, private_class, NULL)) == NULL )
&& ngx_strcasecmp((ngxstring).data, (u_char *)(cstring), sizeof(cstring) - 1) == 0)


#endif
#endif
2 changes: 1 addition & 1 deletion nginx_js_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,4 +451,4 @@ ngx_http_js__glue__call_filter(ngx_http_request_t *r, ngx_chain_t *in)
return rc;
}
*/
*/
2 changes: 1 addition & 1 deletion nginx_js_glue.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ ngx_http_js__glue__call_filter(ngx_http_request_t *r, ngx_chain_t *in);
extern char *
ngx_http_js__glue__init_interpreter(ngx_conf_t *cf, ngx_http_js_main_conf_t *jsmcf);

#endif
#endif
2 changes: 1 addition & 1 deletion ngx_http_js_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ extern ngx_http_output_body_filter_pt ngx_http_js_next_body_filter;

extern ngx_module_t ngx_http_js_module;

#endif
#endif
2 changes: 1 addition & 1 deletion strings_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ js_str2ngx_str(JSContext *cx, JSString *str, ngx_pool_t *pool, ngx_str_t *s);
extern char *
js_str2c_str(JSContext *cx, JSString *str, ngx_pool_t *pool, size_t *out_len);

#endif
#endif

0 comments on commit ecfef13

Please sign in to comment.