We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c50ffe commit 6ddbbb9Copy full SHA for 6ddbbb9
scripts/cpplint.py
@@ -1930,7 +1930,7 @@ def GetHeaderGuardCPPVariable(filename):
1930
1931
fileinfo = FileInfo(filename)
1932
file_path_from_root = fileinfo.RepositoryName()
1933
- file_path_from_root = 'CPROVER_' + file_path_from_root[4:]
+ file_path_from_root = 'CPROVER_2LS_' + file_path_from_root[4:]
1934
if _root:
1935
suffix = os.sep
1936
# On Windows using directory separator will leave us with
0 commit comments