build: style, increase post-indent

This commit is contained in:
Danny Robson 2015-06-01 16:19:24 +10:00
parent 19def9d4fe
commit 79300cc8c4

View File

@ -8,133 +8,134 @@ AM_CXXFLAGS = $(BOOST_CPPFLAGS) $(ZLIB_CFLAGS)
############################################################################### ###############################################################################
## Source definitions ## Source definitions
UTIL_FILES = \ UTIL_FILES = \
aabb.cpp \ aabb.cpp \
aabb.hpp \ aabb.hpp \
backtrace.hpp \ backtrace.hpp \
bezier.cpp \ bezier.cpp \
bezier.hpp \ bezier.hpp \
bitwise.cpp \ bitwise.cpp \
bitwise.hpp \ bitwise.hpp \
colour.cpp \ colour.cpp \
colour.hpp \ colour.hpp \
colour.ipp \ colour.ipp \
coord/base.hpp \ coord/base.hpp \
coord.hpp \ coord.hpp \
coord/init.hpp \ coord/init.hpp \
coord/names.hpp \ coord/names.hpp \
coord/ops.hpp \ coord/ops.hpp \
coord/store.hpp \ coord/store.hpp \
crypto/arc4.cpp \ crypto/arc4.cpp \
crypto/arc4.hpp \ crypto/arc4.hpp \
crypto/tea.cpp \ crypto/tea.cpp \
crypto/tea.hpp \ crypto/tea.hpp \
crypto/xtea.cpp \ crypto/xtea.cpp \
crypto/xtea.hpp \ crypto/xtea.hpp \
crypto/xxtea.cpp \ crypto/xxtea.cpp \
crypto/xxtea.hpp \ crypto/xxtea.hpp \
debug.cpp \ debug.cpp \
debug.hpp \ debug.hpp \
endian.cpp \ endian.cpp \
endian.hpp \ endian.hpp \
except.cpp \ except.cpp \
except.hpp \ except.hpp \
exe.cpp \ exe.cpp \
exe.hpp \ exe.hpp \
extent.cpp \ extent.cpp \
extent.hpp \ extent.hpp \
extent.ipp \ extent.ipp \
fixed.cpp \ fixed.cpp \
fixed.hpp \ fixed.hpp \
float.cpp \ float.cpp \
float.hpp \ float.hpp \
fourcc.cpp \ fourcc.cpp \
fourcc.hpp \ fourcc.hpp \
guid.cpp \ guid.cpp \
guid.hpp \ guid.hpp \
hash.hpp \ hash.hpp \
hash.cpp \ hash.cpp \
hash/adler.cpp \ hash/adler.cpp \
hash/adler.hpp \ hash/adler.hpp \
hash/bsdsum.cpp \ hash/bsdsum.cpp \
hash/bsdsum.hpp \ hash/bsdsum.hpp \
hash/crc.cpp \ hash/crc.cpp \
hash/crc.hpp \ hash/crc.hpp \
hash/fasthash.cpp \ hash/fasthash.cpp \
hash/fletcher.hpp \ hash/fletcher.hpp \
hash/hmac.cpp \ hash/hmac.cpp \
hash/hmac.hpp \ hash/hmac.hpp \
hash/hotp.cpp \ hash/hotp.cpp \
hash/hotp.hpp \ hash/hotp.hpp \
hash/md2.cpp \ hash/md2.cpp \
hash/md2.hpp \ hash/md2.hpp \
hash/md4.cpp \ hash/md4.cpp \
hash/md4.hpp \ hash/md4.hpp \
hash/md5.cpp \ hash/md5.cpp \
hash/md5.hpp \ hash/md5.hpp \
hash/murmur/common.cpp \ hash/murmur/common.cpp \
hash/murmur/common.hpp \ hash/murmur/common.hpp \
hash/murmur.hpp \ hash/murmur.hpp \
hash/murmur/murmur1.cpp \ hash/murmur/murmur1.cpp \
hash/murmur/murmur1.hpp \ hash/murmur/murmur1.hpp \
hash/murmur/murmur2.cpp \ hash/murmur/murmur2.cpp \
hash/murmur/murmur2.hpp \ hash/murmur/murmur2.hpp \
hash/murmur/murmur3.cpp \ hash/murmur/murmur3.cpp \
hash/murmur/murmur3.hpp \ hash/murmur/murmur3.hpp \
hash/pbkdf1.cpp \ hash/pbkdf1.cpp \
hash/pbkdf1.hpp \ hash/pbkdf1.hpp \
hash/pbkdf2.cpp \ hash/pbkdf2.cpp \
hash/pbkdf2.hpp \ hash/pbkdf2.hpp \
hash/ripemd.cpp \ hash/ripemd.cpp \
hash/ripemd.hpp \ hash/ripemd.hpp \
hash/sha1.cpp \ hash/sha1.cpp \
hash/sha1.hpp \ hash/sha1.hpp \
hash/sha2.cpp \ hash/sha2.cpp \
hash/sha2.hpp \ hash/sha2.hpp \
image.cpp \ image.cpp \
image.hpp \ image.hpp \
introspection.cpp \ introspection.cpp \
introspection.hpp \ introspection.hpp \
io.cpp \ io.cpp \
io.hpp \ io.hpp \
io.ipp \ io.ipp \
ip.cpp \ ip.cpp \
ip.hpp \ ip.hpp \
iterator.hpp \ iterator.hpp \
json/fwd.hpp \ json/fwd.hpp \
json/except.cpp \ json/except.cpp \
json/except.hpp \ json/except.hpp \
json/flat.cpp \ json/flat.cpp \
json/flat.hpp \ json/flat.hpp \
json/schema.cpp \ json/schema.cpp \
json/schema.hpp \ json/schema.hpp \
json/tree.cpp \ json/tree.cpp \
json/tree.hpp \ json/tree.hpp \
log.cpp \ log.cpp \
log.hpp \ log.hpp \
log.ipp \ log.ipp \
maths.cpp \ maths.cpp \
maths.hpp \ maths.hpp \
maths.ipp \ maths.ipp \
maths/matrix.cpp \ maths/matrix.cpp \
maths/matrix.hpp \ maths/matrix.hpp \
maths/vector.cpp \ maths/vector.cpp \
maths/vector.hpp \ maths/vector.hpp \
matrix.cpp \ matrix.cpp \
matrix.hpp \ matrix.hpp \
matrix.ipp \ matrix.ipp \
memory.cpp \ memory.cpp \
memory.hpp \ memory.hpp \
net/address.cpp \ net/address.cpp \
net/address.hpp \ net/address.hpp \
net/except.cpp \ net/except.cpp \
net/except.hpp \ net/except.hpp \
net/socket.cpp \ net/socket.cpp \
net/socket.hpp \ net/socket.hpp \
net/types.cpp \ net/types.cpp \
net/types.hpp \ net/types.hpp \
nocopy.hpp \ nocopy.hpp \
noise/basis.hpp \ noise.hpp \
noise/basis.hpp \
noise/basis/constant.cpp \ noise/basis/constant.cpp \
noise/basis/constant.hpp \ noise/basis/constant.hpp \
noise/basis/constant.ipp \ noise/basis/constant.ipp \
@ -144,88 +145,86 @@ UTIL_FILES = \
noise/basis/perlin.hpp \ noise/basis/perlin.hpp \
noise/basis/worley.cpp \ noise/basis/worley.cpp \
noise/basis/worley.hpp \ noise/basis/worley.hpp \
noise.cpp \ noise/fractal.cpp \
noise/fractal.cpp \ noise/fractal.hpp \
noise/fractal.hpp \ noise/lerp.cpp \
noise.hpp \ noise/lerp.hpp \
noise/lerp.cpp \ noise/lut.cpp \
noise/lerp.hpp \ noise/lut.hpp \
noise/lut.cpp \ options.cpp \
noise/lut.hpp \ options.hpp \
options.cpp \ pascal.cpp \
options.hpp \ pascal.hpp \
pascal.cpp \ plane.cpp \
pascal.hpp \ plane.hpp \
plane.cpp \ platform.hpp \
plane.hpp \ point.cpp \
platform.hpp \ point.hpp \
point.cpp \ point.ipp \
point.hpp \ polynomial.cpp \
point.ipp \ polynomial.hpp \
polynomial.cpp \ polynomial.ipp \
polynomial.hpp \ pool.cpp \
polynomial.ipp \ pool.hpp \
pool.cpp \ pool.ipp \
pool.hpp \ preprocessor.hpp \
pool.ipp \ quaternion.cpp \
preprocessor.hpp \ quaternion.hpp \
quaternion.cpp \ raii.hpp \
quaternion.hpp \ random.cpp \
raii.hpp \ random.hpp \
random.cpp \ random.ipp \
random.hpp \ range.cpp \
random.ipp \ range.hpp \
range.cpp \ range.ipp \
range.hpp \ rational.cpp \
range.ipp \ rational.hpp \
rational.cpp \ ray.cpp \
rational.hpp \ ray.hpp \
ray.cpp \ region.cpp \
ray.hpp \ region.hpp \
region.cpp \ si.cpp \
region.hpp \ signal.cpp \
si.cpp \ signal.hpp \
signal.cpp \ signal.ipp \
signal.hpp \ si.hpp \
signal.ipp \ sphere.cpp \
si.hpp \ sphere.hpp \
sphere.cpp \ stats.cpp \
sphere.hpp \ stats.hpp \
stats.cpp \ stream.cpp \
stats.hpp \ stream.hpp \
stream.cpp \ string.cpp \
stream.hpp \ string.hpp \
string.cpp \ stringid.cpp \
string.hpp \ stringid.hpp \
stringid.cpp \ tap.cpp \
stringid.hpp \ tap.hpp \
tap.cpp \ tap.ipp \
tap.hpp \ time.cpp \
tap.ipp \ time.hpp \
time.cpp \ tuple.cpp \
time.hpp \ tuple.hpp \
tuple.cpp \ types/bits.hpp \
tuple.hpp \ types/casts.hpp \
types/bits.hpp \ types/comparator.hpp \
types/casts.hpp \ types/comparator.ipp \
types/comparator.hpp\ types.hpp \
types/comparator.ipp\ types/string.cpp \
types.hpp \ types/string.hpp \
types/string.cpp \ types/traits.hpp \
types/string.hpp \ uri.cpp \
types/traits.hpp \ uri.hpp \
uri.cpp \ variadic.cpp \
uri.hpp \ variadic.hpp \
variadic.cpp \ variadic.ipp \
variadic.hpp \ vector.cpp \
variadic.ipp \ vector.hpp \
vector.cpp \ version.cpp \
vector.hpp \ version.hpp \
version.cpp \ view.cpp \
version.hpp \ view.hpp \
view.cpp \ zlib.cpp \
view.hpp \
zlib.cpp \
zlib.hpp zlib.hpp