diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 04:37:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 04:37:31 -0700 |
commit | 6ccb541f1dc22295e61195aeac532f9f46cb0253 (patch) | |
tree | d941f9e0b58b0221e9e0bfd387c4bb9eae94e98b /deco.h | |
parent | 2ec6303f50ee2811aa0504372ddd61227157572b (diff) | |
download | subsurface-6ccb541f1dc22295e61195aeac532f9f46cb0253.tar.gz |
Random white space cleanup
Because I can.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'deco.h')
-rw-r--r-- | deco.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,9 +5,8 @@ extern "C" { #endif - extern double tolerated_by_tissue[]; - - extern double buehlmann_N2_t_halflife[]; +extern double tolerated_by_tissue[]; +extern double buehlmann_N2_t_halflife[]; #ifdef __cplusplus } |