From f25288178baaa36c638a8b74529b393e65d9ab35 Mon Sep 17 00:00:00 2001 From: Luis Cuenca Date: Tue, 12 Sep 2017 21:35:34 -0700 Subject: [PATCH] endif fixed --- libraries/fbx/src/GLTFReader.cpp | 10 ++++++++++ libraries/fbx/src/GLTFReader.h | 10 ++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/libraries/fbx/src/GLTFReader.cpp b/libraries/fbx/src/GLTFReader.cpp index 2f852a8f19..b578af87f3 100644 --- a/libraries/fbx/src/GLTFReader.cpp +++ b/libraries/fbx/src/GLTFReader.cpp @@ -1,3 +1,13 @@ +// +// GLTFReader.cpp +// libraries/fbx/src +// +// Created by Luis Cuenca on 8/30/17. +// Copyright 2017 High Fidelity, Inc. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html +// #include #include diff --git a/libraries/fbx/src/GLTFReader.h b/libraries/fbx/src/GLTFReader.h index 120a6895b2..f656dac0ff 100644 --- a/libraries/fbx/src/GLTFReader.h +++ b/libraries/fbx/src/GLTFReader.h @@ -1,6 +1,6 @@ // // GLTFReader.h -// interface/src/renderer +// libraries/fbx/src // // Created by Luis Cuenca on 8/30/17. // Copyright 2017 High Fidelity, Inc. @@ -573,10 +573,4 @@ private: void fbxDebugDump(const FBXGeometry& fbxgeo); }; - - - - - - -#endif //hifi_GLTFReader_h \ No newline at end of file +#endif // hifi_GLTFReader_h \ No newline at end of file