Skip to content
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

Add a formatting error in db.copy #62

Closed
wants to merge 34 commits into from
Closed

Conversation

echoix
Copy link
Owner

@echoix echoix commented Mar 6, 2024

No description provided.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please commit the suggested changes from clang-format.

Suggestions can only be added to lines near lines changed in this PR.

@github-actions github-actions bot added the CI label Mar 6, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please commit the suggested changes from clang-format.

Suggestions can only be added to lines near lines changed in this PR.

Repository owner deleted a comment from github-actions bot Mar 6, 2024
Repository owner deleted a comment from github-actions bot Mar 6, 2024
db/db.copy/main.c Outdated Show resolved Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
db/db.copy/main.c Outdated Show resolved Hide resolved
db/db.copy/main.c Outdated Show resolved Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot added the C label Mar 6, 2024
file with spaces.c Outdated Show resolved Hide resolved
file with spaces.c Outdated Show resolved Hide resolved
*
*****************************************************************************/

#include <stdlib.h>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
#include <stdlib.h>
#include <stdlib.h>

{

int ret;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
}
}

Comment on lines 18 to 22
int main(int
argc , char **argv)
{
int ret ;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
int main(int
argc , char **argv)
{
int ret ;
}
int main(int argc, char **argv)
{
int ret;
}


#include <stdlib.h>

int main( int argc, char **argv)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
int main( int argc, char **argv)
int main(int argc, char **argv)


int main( int argc, char **argv)
{
int ret;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
int ret;
int ret;

Comment on lines +21 to +22
int main(int argc, char * *argv)
{
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
int main(int argc, char * *argv)
{
int main(int argc, char **argv)
{

Comment on lines +26 to +27
struct Option * where, *select;
struct GModule * module ;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
struct Option * where, *select;
struct GModule * module ;
struct Option *where, *select;
struct GModule *module;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant