mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #97] [CLOSED] Fix style issues in queue and stack #325
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/97
Author: @coproduct
Created: 11/1/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
a2531afRemove unnecessary comments and make spacing more consistentb662fb5Remove unnecessary comments, fix spacing, remove empty lines at file end📊 Changes
2 files changed (+7 additions, -74 deletions)
View changed files
📝
Data Structures/queue.c(+4 -57)📝
Data Structures/stack.c(+3 -17)📄 Description
These commits are meant to make the style more consistent with the rest of the project. Here's what I did:
ifand the parenthesis containing the conditionsLet me know if something here seems wrong.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.