diff options
author | Max Romanov <max.romanov@nginx.com> | 2019-03-22 15:32:35 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2019-03-22 15:32:35 +0300 |
commit | 687f83fbd00b4f72da06f497f5bfe2af06716a3a (patch) | |
tree | 0eb22a2b4e1246dc9f2b1fd799e371a71260646e /src/nxt_conf_validation.c | |
parent | 452ce0789e8e8f1ac98cc0ed7efce03656a3d616 (diff) | |
download | unit-687f83fbd00b4f72da06f497f5bfe2af06716a3a.tar.gz unit-687f83fbd00b4f72da06f497f5bfe2af06716a3a.tar.bz2 |
Style fixing.
This closes #233 issue on GitHub.
Thanks to 洪志道 (Hong Zhi Dao).
Diffstat (limited to 'src/nxt_conf_validation.c')
-rw-r--r-- | src/nxt_conf_validation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_conf_validation.c b/src/nxt_conf_validation.c index 5653b9eb..ee87b0f6 100644 --- a/src/nxt_conf_validation.c +++ b/src/nxt_conf_validation.c @@ -1268,6 +1268,7 @@ nxt_conf_vldt_java_classpath(nxt_conf_validation_t *vldt, nxt_conf_value_t *valu return NXT_OK; } + static nxt_int_t nxt_conf_vldt_java_option(nxt_conf_validation_t *vldt, nxt_conf_value_t *value) { |