Updated all files to new format
[platform/core/uifw/dali-demo.git] / examples / reflection-demo / gltf-scene.cpp
index a303e21..d752149 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -68,6 +68,7 @@ struct JsonResult
 {
   bool success;
   T    result;
+
   operator T() const
   {
     return static_cast<T>(result);