Fix formatting issues

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>
This commit is contained in:
Dennis Tsiang 2021-10-04 08:44:14 +01:00 committed by Matteo Franchin
parent b96455b845
commit b348247fbe
16 changed files with 16 additions and 16 deletions

View file

@ -85,4 +85,4 @@ private:
int fd_handle{ -1 };
};
} /* namespace util */
} /* namespace util */

View file

@ -44,4 +44,4 @@ const T *find_extension(VkStructureType sType, const void *pNext)
}
return reinterpret_cast<const T *>(entry);
}
} // namespace util
} // namespace util

View file

@ -101,4 +101,4 @@ void wsi_log_message(int level, const char *file, int line, const char *format,
#endif
} /* namespace util */
} /* namespace util */

View 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 */
} /* namespace util */

View file

@ -194,4 +194,4 @@ inline optional<T> make_optional(Args &&...args)
{
return optional<T>{T(std::forward<Args>(args)...)};
}
}
} /* namespace util */

View file

@ -129,4 +129,4 @@ private:
std::size_t m_size{};
};
} /* namespace util */
} /* namespace util */

View file

@ -131,4 +131,4 @@ public:
}
}
};
}
} /* namespace util */

View file

@ -129,4 +129,4 @@ public:
}
}
};
} // namespace util
} // namespace util

View file

@ -345,4 +345,4 @@ wsialloc_error wsialloc_alloc(wsialloc_allocator *allocator, const wsialloc_allo
}
}
return err;
}
}

View file

@ -48,4 +48,4 @@ util::unique_ptr<swapchain_base> surface::allocate_swapchain(layer::device_priva
}
} /* namespace headless */
} /* namespace wsi */
} /* namespace wsi */

View file

@ -45,4 +45,4 @@ public:
};
} /* namespace headless */
} /* namespace wsi */
} /* namespace wsi */

View file

@ -63,4 +63,4 @@ public:
const VkAllocationCallbacks *allocator) = 0;
};
} /* namespace wsi */
} /* namespace wsi */

View file

@ -175,4 +175,4 @@ util::optional<util::fd_owner> sync_fd_fence_sync::export_sync_fd()
return {};
}
} /* namespace wsi */
} /* namespace wsi */

View file

@ -176,4 +176,4 @@ private:
sync_fd_fence_sync(layer::device_private_data &device, VkFence vk_fence);
};
} /* namespace wsi */
} /* namespace wsi */

View file

@ -274,4 +274,4 @@ util::unique_ptr<swapchain_base> surface::allocate_swapchain(layer::device_priva
}
} // namespace wayland
} // namespace wsi
} // namespace wsi

View file

@ -155,4 +155,4 @@ private:
};
} // namespace wayland
} // namespace wsi
} // namespace wsi