Skip to content

Commit

Permalink
Removed stray spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Mar 16, 2023
1 parent c0a5a55 commit 1da0e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/download_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class DownloadFactory {

bool get_start() const { return m_start; }
void set_start(bool v) { m_start = v; }

bool get_init_load() const { return m_initLoad; }
void set_init_load(bool v) { m_initLoad = v; }

Expand Down

0 comments on commit 1da0e34

Please sign in to comment.