Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sidgoyal78 committed Feb 8, 2018
1 parent 805b415 commit 33570f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions paddle/inference/io.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ limitations under the License. */
namespace paddle {
namespace inference {

void ReadBinaryFile(const std::string& filename,
std::string& contents) {
void ReadBinaryFile(const std::string& filename, std::string& contents) {
VLOG(3) << "loading model from " << filename;
std::ifstream inputfs(filename, std::ios::in | std::ios::binary);
inputfs.seekg(0, std::ios::end);
Expand Down

0 comments on commit 33570f7

Please sign in to comment.