Skip to content

Commit 83217b8

Browse files
Format
1 parent e369865 commit 83217b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkexceptionsafety.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ void CheckExceptionSafety::nothrowThrows()
296296
if (!function)
297297
continue;
298298

299-
bool isNoExcept = false, isEntryPoint = false;
299+
bool isNoExcept = false, isEntryPoint = false;
300300

301301
// check noexcept and noexcept(true) functions
302302
if (function->isNoExcept()) {

0 commit comments

Comments
 (0)