Clean: remove useless headers
[apps/agl-service-windowmanager.git] / src / policy.hpp
index d6aefc9..b87f94d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Mentor Graphics Development (Deutschland) GmbH
+ * Copyright (c) 2017 TOYOTA MOTOR CORPORATION
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 #include "layout.hpp"
 #include "hmi-debug.h"
 
-namespace wm {
+namespace wm
+{
 
-class Policy {
-public:
-   bool layout_is_valid(LayoutState const & /* layout */) {
-      // We do not check for policy currently
-      HMI_DEBUG("wm", "Policy check returns positive");
-      return true;
-   }
+class Policy
+{
+  public:
+    bool layout_is_valid(LayoutState const & /* layout */)
+    {
+        // We do not check for policy currently
+        HMI_DEBUG("wm", "Policy check returns positive");
+        return true;
+    }
 };
 
-}  // namespace wm
+} // namespace wm
 
 #endif //TMCAGLWM_POLICY_HPP