Skip to content

Commit

Permalink
Fix whitespace per code-review
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykul committed May 18, 2019
1 parent ec62444 commit 873e4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/host/getset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2226,5 +2226,4 @@ HRESULT DoSrvPrivateSetDefaultBackgroundColor(const COLORREF value) noexcept
return S_OK;
}
CATCH_RETURN();

}
}
2 changes: 1 addition & 1 deletion src/host/outputStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -771,4 +771,4 @@ BOOL ConhostInternalGetSet::PrivateSetDefaultForeground(const COLORREF value) co
BOOL ConhostInternalGetSet::PrivateSetDefaultBackground(const COLORREF value) const noexcept
{
return SUCCEEDED(DoSrvPrivateSetDefaultBackgroundColor(value));
}
}

0 comments on commit 873e4c4

Please sign in to comment.