Skip to content

Commit 6ddbbb9

Browse files
Fix cpplint header guard
1 parent 4c50ffe commit 6ddbbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cpplint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ def GetHeaderGuardCPPVariable(filename):
19301930

19311931
fileinfo = FileInfo(filename)
19321932
file_path_from_root = fileinfo.RepositoryName()
1933-
file_path_from_root = 'CPROVER_' + file_path_from_root[4:]
1933+
file_path_from_root = 'CPROVER_2LS_' + file_path_from_root[4:]
19341934
if _root:
19351935
suffix = os.sep
19361936
# On Windows using directory separator will leave us with

0 commit comments

Comments
 (0)