summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/TinyFormatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/TinyFormatter.h')
-rw-r--r--src/3rdparty/assimp/code/TinyFormatter.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/3rdparty/assimp/code/TinyFormatter.h b/src/3rdparty/assimp/code/TinyFormatter.h
index 7a5e7d21f..1612282fb 100644
--- a/src/3rdparty/assimp/code/TinyFormatter.h
+++ b/src/3rdparty/assimp/code/TinyFormatter.h
@@ -2,7 +2,8 @@
Open Asset Import Library (assimp)
----------------------------------------------------------------------
-Copyright (c) 2006-2016, assimp team
+Copyright (c) 2006-2017, assimp team
+
All rights reserved.
Redistribution and use of this software in source and binary forms,
@@ -49,7 +50,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <sstream>
namespace Assimp {
- namespace Formatter {
+namespace Formatter {
// ------------------------------------------------------------------------------------------------
/** stringstream utility. Usage:
@@ -160,4 +161,5 @@ typedef basic_formatter< wchar_t > wformat;
} // ! namespace Formatter
} // ! namespace Assimp
+
#endif