Corrected date format and removed unwanted spaces across all files.

This commit is contained in:
Ajmal Jalaludeen
2026-04-13 10:05:29 +05:30
parent 85f97f30f9
commit 853ed05e8d
27 changed files with 28 additions and 28 deletions
@@ -2,7 +2,7 @@
* File: ZenvyController.cpp * File: ZenvyController.cpp
* Description : Controls data flow between UI and Service Layers. * Description : Controls data flow between UI and Service Layers.
* Author: Trenser * Author: Trenser
* Created : 01-04-2026 * Created : 01-Apr-2026
*/ */
#include "ZenvyController.h" #include "ZenvyController.h"
@@ -2,7 +2,7 @@
* File: ZenvyController.h * File: ZenvyController.h
* Description : Controls data flow between UI and Service Layers. * Description : Controls data flow between UI and Service Layers.
* Author: Trenser * Author: Trenser
* Created : 01-04-2026 * Created : 01-Apr-2026
*/ */
#pragma once #pragma once
@@ -2,7 +2,7 @@
* File: DataStore.cpp * File: DataStore.cpp
* Description: Central Storage for all the System Data. * Description: Central Storage for all the System Data.
* Author: Trenser * Author: Trenser
* Created: 01-04-2026 * Created: 01-Apr-2026
*/ */
#include "DataStore.h" #include "DataStore.h"
@@ -2,7 +2,7 @@
* File: DataStore.h * File: DataStore.h
* Description: Central Storage for all the System Data. * Description: Central Storage for all the System Data.
* Author: Trenser * Author: Trenser
* Created: 01-04-2026 * Created: 01-Apr-2026
*/ */
#pragma once #pragma once
@@ -2,7 +2,7 @@
* File: Factory.h * File: Factory.h
* Description: Provides a generic factory utility to create shared_ptr instances of objects. * Description: Provides a generic factory utility to create shared_ptr instances of objects.
* Author: Ajmal J S * Author: Ajmal J S
* Created: 01-04-2026 * Created: 01-Apr-2026
*/ */
#pragma once #pragma once