Skip to content

Commit

Permalink
fix code syle(spaces->tabs, tabulations)
Browse files Browse the repository at this point in the history
Signed-off-by: R4SAS <r4sas@i2pmail.org>
  • Loading branch information
r4sas committed May 22, 2020
1 parent 9633c24 commit 7a5146e
Show file tree
Hide file tree
Showing 115 changed files with 3,298 additions and 3,253 deletions.
4 changes: 2 additions & 2 deletions Win32/DaemonWin32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ namespace util
i2p::log::SetThrowFunction ([](const std::string& s)
{
MessageBox(0, TEXT(s.c_str ()), TEXT("i2pd"), MB_ICONERROR | MB_TASKMODAL | MB_OK );
});
});

if (!Daemon_Singleton::init(argc, argv))
return false;

Expand Down
Loading

0 comments on commit 7a5146e

Please sign in to comment.