From 55ca32362c5c8c64d54eade5e1d3e176f14bac61 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 24 May 2012 17:09:06 +1000 Subject: [PATCH] Style consistency for fractal headers. --- noise/fractal.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/noise/fractal.hpp b/noise/fractal.hpp index 1b459612..669b34ca 100644 --- a/noise/fractal.hpp +++ b/noise/fractal.hpp @@ -54,9 +54,9 @@ namespace util { template struct musgrave : public fractal { musgrave (unsigned octaves, - double frequency, - double lacunarity, - basis::seed_t seed); + double frequency, + double lacunarity, + basis::seed_t seed); musgrave (); B basis;