Skip to content

Commit

Permalink
Apply code style suggestion.
Browse files Browse the repository at this point in the history
Co-authored-by: Jérôme Duval <jerome.duval@gmail.com>
  • Loading branch information
OscarL and korli authored Nov 26, 2024
1 parent fcb94e4 commit 1692825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lpe/lpe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static BString sTempFilePath;

void DoError(const char *e, ...);
void Usage(bool error);
void OpenInPe(entry_ref& ref, int lineNr, int colNr=-1);
void OpenInPe(entry_ref& ref, int lineNr, int colNr = -1);

void Usage(bool error)
{
Expand Down

0 comments on commit 1692825

Please sign in to comment.