Apply clang-format from LLVM 6

This commit is contained in:
Martchus 2018-03-24 17:00:30 +01:00
parent 7cafdd551e
commit df7a3ee93c
4 changed files with 5 additions and 5 deletions

View File

@ -77,7 +77,7 @@ namespace BE {
#endif
#include "./binaryconversionprivate.h"
#undef CONVERSION_UTILITIES_BINARY_CONVERSION_INTERNAL
}
} // namespace BE
/*!
* \brief Encapsulates binary conversion functions using the little endian byte order.
@ -92,7 +92,7 @@ namespace LE {
#endif
#include "./binaryconversionprivate.h"
#undef CONVERSION_UTILITIES_BINARY_CONVERSION_INTERNAL
}
} // namespace LE
/*!
* \brief Returns the 8.8 fixed point representation converted from the specified 32-bit floating point number.

View File

@ -70,4 +70,4 @@ void NativeFileStream::close()
}
#endif
}
} // namespace IoUtilities

View File

@ -40,6 +40,6 @@ inline bool NativeFileStream::is_open() const
}
#endif
}
} // namespace IoUtilities
#endif // IOUTILITIES_NATIVE_FILE_STREAM