[PR #97] [CLOSED] Fix style issues in queue and stack #325

Closed
opened 2026-01-29 15:11:39 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/97
Author: @coproduct
Created: 11/1/2017
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • a2531af Remove unnecessary comments and make spacing more consistent
  • b662fb5 Remove 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:

  • Added spaces in between if and the parenthesis containing the conditions
  • Removed comments like "INCLUDES" that don't appear to add anything
  • Removed a large chunk of whitespace from the end of queue.c

Let me know if something here seems wrong.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/97 **Author:** [@coproduct](https://github.com/coproduct) **Created:** 11/1/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`a2531af`](https://github.com/TheAlgorithms/C/commit/a2531afdb4145ee1bee5c1f95ea5f79c2b311736) Remove unnecessary comments and make spacing more consistent - [`b662fb5`](https://github.com/TheAlgorithms/C/commit/b662fb5b5453c787504c0982851d94d47761708d) Remove unnecessary comments, fix spacing, remove empty lines at file end ### 📊 Changes **2 files changed** (+7 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `Data Structures/queue.c` (+4 -57) 📝 `Data Structures/stack.c` (+3 -17) </details> ### 📄 Description These commits are meant to make the style more consistent with the rest of the project. Here's what I did: - Added spaces in between `if` and the parenthesis containing the conditions - Removed comments like "INCLUDES" that don't appear to add anything - Removed a large chunk of whitespace from the end of queue.c Let me know if something here seems wrong. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:11:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#325