Updated all files to new format
[platform/core/uifw/dali-demo.git] / examples / builder / examples.cpp
index cf0f140..7ba6fef 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.
@@ -202,7 +202,7 @@ bool FileWatcher::FileHasChanged(void)
   else
   {
     const bool result = buf.st_mtime > mLastTime;
-    mLastTime = buf.st_mtime;
+    mLastTime         = buf.st_mtime;
     return result;
   }