Skip to content

Replace hard-coded four spaces with tab in objc_alloc()#384

Closed
cmpwi wants to merge 3 commits into
gnustep:masterfrom
cmpwi:master
Closed

Replace hard-coded four spaces with tab in objc_alloc()#384
cmpwi wants to merge 3 commits into
gnustep:masterfrom
cmpwi:master

Conversation

@cmpwi

@cmpwi cmpwi commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

Super inconsequential nitpick, but every other line in objc_alloc() uses tabs, except for that last line (this is probably only visible if you have tabs set to 8 spaces, but invisible in the editor view if its set to 4 spaces.)

(EDIT: looks like my class_getMethodImplementation() PR got rolled into this prior commit. Closes #387.)

@davidchisnall

Copy link
Copy Markdown
Member

Can you rebase this to get rid of the merge?

@cmpwi cmpwi closed this by deleting the head repository Jun 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

class_getMethodImplementation() calls forwarding hook with nil receiver

2 participants