We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
example, 1 tab difference:
ft_fprintf(2, "\r%d/%d %ld %ld", i + 1, g->w.y, (t_u64)m, (t_u64)g->b.z);
c_formatter_42:
should be:
example, 2 tab difference:
z = (t_v2d){g->b.rs + ((t_f64)j / g->w.x) * (g->b.re - g->b.rs), g->b.is + ((t_f64)i / g->w.y) * (g->b.ie - g->b.is)};
The text was updated successfully, but these errors were encountered:
Merge pull request #52 from younesaassila/master
c336f8a
Fix #50
Successfully merging a pull request may close this issue.
example, 1 tab difference:
c_formatter_42:
should be:
example, 2 tab difference:
c_formatter_42:
should be:
The text was updated successfully, but these errors were encountered: