-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updating the apple raster function #3
Conversation
Updating the apple raster function to support any no. of resolutions.
Could you also check the coding style and indentation? A tab in our code is always equivalent with 8 spaces. We indent 2 spaces per
Simply check whether your code matches with the code of the rest of the file. |
@tillkamppeter I have updated the indentation and now it follows the 2-indent space guide and also updated the if condition. |
Thanks for correcting the indentation. Could you also check the spaces around operators? I have marked some examples, but please check all your code, there are probably more. |
@tillkamppeter I have updated the operator, if and while indents and |
@tillkamppeter Eagerly awaiting further contribution. |
If I look at the complete file in your repository there are still problems with indentation. Are you actually using 8-char tabs? And also it should NOT be
but correct is
Could you correct? |
@tillkamppeter I have rechecked the file for indents and operator spaces. |
I checked https://github.com/Kappuccino111/libppd/blob/master/ppd/ppd-generator.c again. Could you please correct
Could you correct these? |
@tillkamppeter for comment spacing should I just make a multi line comment and add that before the code part. Also the code I have on VS Code implements all the indentation aspects ..... I guess I should check the file from the git editor itself........ |
no, simply add the missing spaces in the mentioned lines, there must be one before and one after the |
@tillkamppeter Have updated the requirements...... I would make sure that I further adhere to these while coding in the near future. |
@tillkamppeter Thank you for your guidance. Eagerly awaiting further contribution..👍 |
@tillkamppeter Which issue shall I start working on now ?.... Really excited 🔥 ! .... Again thank you for the guidance.... |
@tillkamppeter here is the implementation to support any no. of resolutions in the apple raster.
Have written code that parses through the pointers to find the total list of resolutions and then determines the best possible resolutions just as discussed.
I have also written an email to you corresponding the update.