8000 Fix table mangled by clang-format by sweber1 · Pull Request #2710 · colmap/colmap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix table mangled by clang-format #2710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Fix table mangled by clang-format #2710

merged 1 commit into from
Aug 15, 2024

Conversation

sweber1
Copy link
Contributor
@sweber1 sweber1 commented Aug 14, 2024

Noticed a table in exe/feature.h was mangled. Happened when clang-format options where simplified in #1950.

This reverts it to what it used to look like:

// -----------------------------------------------------------------------------------
// | | ImageReaderOptions |
// | CameraMode | single_camera | single_camera_per_folder | single_camera_per_image |
// |------------|---------------|--------------------------|-------------------------|
// | AUTO | false | false | false |
// | SINGLE | true | false | false |
// | PER_FOLDER | false | true | false |
// | PER_IMAGE | false | false | true |
// -----------------------------------------------------------------------------------
and turns off clang-format for those lines.

@ahojnnes
Copy link
Contributor

Thanks!

@ahojnnes ahojnnes merged commit 87b57df into colmap:main Aug 15, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0