diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-09-17 22:27:23 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2022-09-17 22:27:23 +0000 |
commit | 528213d3b7d640c536de0ccb6ee1ba81458dfbd4 (patch) | |
tree | 0552685e3d57d8d8472bb75ef500efedf55cc4de /generator | |
parent | a4013fdeb67fdad03863b31c99c9103353e9b597 (diff) | |
download | netpbm-mirror-528213d3b7d640c536de0ccb6ee1ba81458dfbd4.tar.gz netpbm-mirror-528213d3b7d640c536de0ccb6ee1ba81458dfbd4.tar.xz netpbm-mirror-528213d3b7d640c536de0ccb6ee1ba81458dfbd4.zip |
whitespace
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4429 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'generator')
-rw-r--r-- | generator/ppmforge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/ppmforge.c b/generator/ppmforge.c index e55d30da..47f9390e 100644 --- a/generator/ppmforge.c +++ b/generator/ppmforge.c @@ -1057,8 +1057,8 @@ genplanet(bool const stars, static void applyPowerLawScaling(double * const a, - int const meshsize, - double const powscale) { + int const meshsize, + double const powscale) { /* Apply power law scaling if non-unity scale is requested. */ |