summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/utfcpp/tests/negative.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/utfcpp/tests/negative.cpp')
-rw-r--r--graphics/asymptote/LspCpp/third_party/utfcpp/tests/negative.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/utfcpp/tests/negative.cpp b/graphics/asymptote/LspCpp/third_party/utfcpp/tests/negative.cpp
index f1bcc993e0..26f72d9ef5 100644
--- a/graphics/asymptote/LspCpp/third_party/utfcpp/tests/negative.cpp
+++ b/graphics/asymptote/LspCpp/third_party/utfcpp/tests/negative.cpp
@@ -13,7 +13,7 @@ const unsigned* INVALID_LINES_END = INVALID_LINES + sizeof(INVALID_LINES)/sizeof
int main(int argc, char** argv)
{
string test_file_path;
- if (argc == 2)
+ if (argc == 2)
test_file_path = argv[1];
else {
cout << "Wrong number of arguments" << endl;