[PR #1013] [MERGED] lib: Remove unnecessary use of std::endl #1741

Closed
opened 2026-05-05 08:00:49 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/1013
Author: @p12tic
Created: 1/10/2021
Status: Merged
Merged: 1/10/2021
Merged by: @p12tic

Base: masterHead: cleanup-std-endl


📝 Commits (1)

  • 36fa9ea lib: Remove unnecessary use of std::endl

📊 Changes

5 files changed (+54 additions, -54 deletions)

View changed files

📝 src/lib/barrier/App.cpp (+3 -3)
📝 src/lib/barrier/ClientApp.cpp (+14 -14)
📝 src/lib/barrier/ServerApp.cpp (+20 -20)
📝 src/lib/barrier/win32/AppUtilWindows.cpp (+1 -1)
📝 src/lib/server/Config.cpp (+16 -16)

📄 Description

std::endl is "\n" followed by a flush. We only need flushing in certain circumstances.


🔄 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/debauchee/barrier/pull/1013 **Author:** [@p12tic](https://github.com/p12tic) **Created:** 1/10/2021 **Status:** ✅ Merged **Merged:** 1/10/2021 **Merged by:** [@p12tic](https://github.com/p12tic) **Base:** `master` ← **Head:** `cleanup-std-endl` --- ### 📝 Commits (1) - [`36fa9ea`](https://github.com/debauchee/barrier/commit/36fa9eaa0e7e6dff639efd09e94bded37cb66628) lib: Remove unnecessary use of std::endl ### 📊 Changes **5 files changed** (+54 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/barrier/App.cpp` (+3 -3) 📝 `src/lib/barrier/ClientApp.cpp` (+14 -14) 📝 `src/lib/barrier/ServerApp.cpp` (+20 -20) 📝 `src/lib/barrier/win32/AppUtilWindows.cpp` (+1 -1) 📝 `src/lib/server/Config.cpp` (+16 -16) </details> ### 📄 Description std::endl is "\n" followed by a flush. We only need flushing in certain circumstances. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:00:49 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1741
No description provided.