mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-05-03 03:08:02 +02:00
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:
parent
b96455b845
commit
b348247fbe
16 changed files with 16 additions and 16 deletions
|
|
@ -85,4 +85,4 @@ private:
|
|||
int fd_handle{ -1 };
|
||||
};
|
||||
|
||||
} /* namespace util */
|
||||
} /* namespace util */
|
||||
|
|
|
|||
|
|
@ -44,4 +44,4 @@ const T *find_extension(VkStructureType sType, const void *pNext)
|
|||
}
|
||||
return reinterpret_cast<const T *>(entry);
|
||||
}
|
||||
} // namespace util
|
||||
} // namespace util
|
||||
|
|
|
|||
|
|
@ -101,4 +101,4 @@ void wsi_log_message(int level, const char *file, int line, const char *format,
|
|||
|
||||
#endif
|
||||
|
||||
} /* namespace util */
|
||||
} /* namespace util */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -194,4 +194,4 @@ inline optional<T> make_optional(Args &&...args)
|
|||
{
|
||||
return optional<T>{T(std::forward<Args>(args)...)};
|
||||
}
|
||||
}
|
||||
} /* namespace util */
|
||||
|
|
|
|||
|
|
@ -129,4 +129,4 @@ private:
|
|||
std::size_t m_size{};
|
||||
};
|
||||
|
||||
} /* namespace util */
|
||||
} /* namespace util */
|
||||
|
|
|
|||
|
|
@ -131,4 +131,4 @@ public:
|
|||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
} /* namespace util */
|
||||
|
|
|
|||
|
|
@ -129,4 +129,4 @@ public:
|
|||
}
|
||||
}
|
||||
};
|
||||
} // namespace util
|
||||
} // namespace util
|
||||
|
|
|
|||
|
|
@ -345,4 +345,4 @@ wsialloc_error wsialloc_alloc(wsialloc_allocator *allocator, const wsialloc_allo
|
|||
}
|
||||
}
|
||||
return err;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,4 +48,4 @@ util::unique_ptr<swapchain_base> surface::allocate_swapchain(layer::device_priva
|
|||
}
|
||||
|
||||
} /* namespace headless */
|
||||
} /* namespace wsi */
|
||||
} /* namespace wsi */
|
||||
|
|
|
|||
|
|
@ -45,4 +45,4 @@ public:
|
|||
};
|
||||
|
||||
} /* namespace headless */
|
||||
} /* namespace wsi */
|
||||
} /* namespace wsi */
|
||||
|
|
|
|||
|
|
@ -63,4 +63,4 @@ public:
|
|||
const VkAllocationCallbacks *allocator) = 0;
|
||||
};
|
||||
|
||||
} /* namespace wsi */
|
||||
} /* namespace wsi */
|
||||
|
|
|
|||
|
|
@ -175,4 +175,4 @@ util::optional<util::fd_owner> sync_fd_fence_sync::export_sync_fd()
|
|||
return {};
|
||||
}
|
||||
|
||||
} /* namespace wsi */
|
||||
} /* namespace wsi */
|
||||
|
|
|
|||
|
|
@ -176,4 +176,4 @@ private:
|
|||
sync_fd_fence_sync(layer::device_private_data &device, VkFence vk_fence);
|
||||
};
|
||||
|
||||
} /* namespace wsi */
|
||||
} /* namespace wsi */
|
||||
|
|
|
|||
|
|
@ -274,4 +274,4 @@ util::unique_ptr<swapchain_base> surface::allocate_swapchain(layer::device_priva
|
|||
}
|
||||
|
||||
} // namespace wayland
|
||||
} // namespace wsi
|
||||
} // namespace wsi
|
||||
|
|
|
|||
|
|
@ -155,4 +155,4 @@ private:
|
|||
};
|
||||
|
||||
} // namespace wayland
|
||||
} // namespace wsi
|
||||
} // namespace wsi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue