Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syd Polk committed May 20, 2014
1 parent 7ea107c commit 27e2724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hash.cpp
Expand Up @@ -12,7 +12,7 @@ fileHash(std::string path)
{
std::ostringstream ss;
#if defined(__apple_build_version__)
ss << "md5 -r " << path;
ss << "md5 -r " << path;
#else
ss << "md5sum " << path;
#endif
Expand Down

0 comments on commit 27e2724

Please sign in to comment.