Fix formatting issues
authorDennis Tsiang <dennis.tsiang@arm.com>
Mon, 4 Oct 2021 07:44:14 +0000 (08:44 +0100)
committerMatteo Franchin <matteo.franchin@arm.com>
Fri, 29 Oct 2021 08:51:25 +0000 (08:51 +0000)
All files in the project should have an empty line at the EOF. Necessary
for some pre-processing tools.

Change-Id: Ic4502588f2733f669fc1edc898258f8589c484c6
Signed-off-by: Dennis Tsiang <dennis.tsiang@arm.com>
16 files changed:
util/file_descriptor.hpp
util/helpers.hpp
util/log.cpp
util/log.hpp
util/optional.hpp
util/ring_buffer.hpp
util/unordered_map.hpp
util/unordered_set.hpp
util/wsialloc/wsialloc_ion.c
wsi/headless/surface.cpp
wsi/headless/surface.hpp
wsi/surface.hpp
wsi/synchronization.cpp
wsi/synchronization.hpp
wsi/wayland/surface.cpp
wsi/wayland/surface.hpp

index 870cfbb..f762f99 100644 (file)
@@ -85,4 +85,4 @@ private:
    int fd_handle{ -1 };
 };
 
-} /* namespace util */
\ No newline at end of file
+} /* namespace util */
index 046a505..1dff400 100644 (file)
@@ -44,4 +44,4 @@ const T *find_extension(VkStructureType sType, const void *pNext)
    }
    return reinterpret_cast<const T *>(entry);
 }
-} // namespace util
\ No newline at end of file
+} // namespace util
index 3e616f5..5e29217 100644 (file)
@@ -101,4 +101,4 @@ void wsi_log_message(int level, const char *file, int line, const char *format,
 
 #endif
 
-} /* namespace util */
\ No newline at end of file
+} /* namespace util */
index f77df9e..2bd71de 100644 (file)
@@ -64,4 +64,4 @@ static constexpr bool wsi_log_enable = true;
 #define WSI_LOG_WARNING(...) WSI_LOG(2, __VA_ARGS__)
 #define WSI_LOG_INFO(...) WSI_LOG(3, __VA_ARGS__)
 
-} /* namespace util */
\ No newline at end of file
+} /* namespace util */
index 7af2ce8..cf3fa52 100644 (file)
@@ -194,4 +194,4 @@ inline optional<T> make_optional(Args &&...args)
 {
    return optional<T>{T(std::forward<Args>(args)...)};
 }
-}
\ No newline at end of file
+} /* namespace util */
index 56c2351..9d77a2c 100644 (file)
@@ -129,4 +129,4 @@ private:
    std::size_t m_size{};
 };
 
-} /* namespace util */
\ No newline at end of file
+} /* namespace util */
index 47d73ad..90c8c9a 100644 (file)
@@ -131,4 +131,4 @@ public:
       }
    }
 };
-}
\ No newline at end of file
+} /* namespace util */
index 8d3ec3c..3fa6035 100644 (file)
@@ -129,4 +129,4 @@ public:
       }
    }
 };
-} // namespace util
\ No newline at end of file
+} // namespace util
index badfab4..a51561e 100644 (file)
@@ -345,4 +345,4 @@ wsialloc_error wsialloc_alloc(wsialloc_allocator *allocator, const wsialloc_allo
       }
    }
    return err;
-}
\ No newline at end of file
+}
index 5a7daf7..e28060f 100644 (file)
@@ -48,4 +48,4 @@ util::unique_ptr<swapchain_base> surface::allocate_swapchain(layer::device_priva
 }
 
 } /* namespace headless */
-} /* namespace wsi */
\ No newline at end of file
+} /* namespace wsi */
index 049f7ce..46cc4c6 100644 (file)
@@ -45,4 +45,4 @@ public:
 };
 
 } /* namespace headless */
-} /* namespace wsi */
\ No newline at end of file
+} /* namespace wsi */
index c879cce..2263e3e 100644 (file)
@@ -63,4 +63,4 @@ public:
                                                                const VkAllocationCallbacks *allocator) = 0;
 };
 
-} /* namespace wsi */
\ No newline at end of file
+} /* namespace wsi */
index cafc463..5e5a0d0 100644 (file)
@@ -175,4 +175,4 @@ util::optional<util::fd_owner> sync_fd_fence_sync::export_sync_fd()
    return {};
 }
 
-} /* namespace wsi */
\ No newline at end of file
+} /* namespace wsi */
index d32b94a..ee67431 100644 (file)
@@ -176,4 +176,4 @@ private:
    sync_fd_fence_sync(layer::device_private_data &device, VkFence vk_fence);
 };
 
-} /* namespace wsi */
\ No newline at end of file
+} /* namespace wsi */
index 5a3640f..c55db21 100644 (file)
@@ -274,4 +274,4 @@ util::unique_ptr<swapchain_base> surface::allocate_swapchain(layer::device_priva
 }
 
 } // namespace wayland
-} // namespace wsi
\ No newline at end of file
+} // namespace wsi
index b98527e..164e683 100644 (file)
@@ -155,4 +155,4 @@ private:
 };
 
 } // namespace wayland
-} // namespace wsi
\ No newline at end of file
+} // namespace wsi