Closed ypearson closed 1 year ago
It literally tells you right there. It says your file is incorrectly formatted and provides the diff of the change.
I'm agreeing with Garrett here. You can see that inx= 0
, there's no space between x and =:
-int x= 0;
+int x = 0;
You may want to read up on how to read diffs: https://unix.stackexchange.com/questions/81998/understanding-of-diff-output
Closing this.
Ubuntu 22 LTS clang-format LLVM installed locally
Any way to find out why it failed?
thanks