Skip to content

Commit 81c8f63

Browse files
committed
Add #endif comments to gdb api header file
1 parent fee115b commit 81c8f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/memory-analyzer/gdb_api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ class gdb_inaccessible_memory_exceptiont : public cprover_exception_baset
7373
private:
7474
std::string reason;
7575
};
76-
#endif
77-
#endif
76+
#endif // CPROVER_MEMORY_ANALYZER_GDB_API_H
77+
#endif // __linux__

0 commit comments

Comments
 (0)