3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

remove double underscores

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-07-09 13:31:22 -07:00
parent 4bc044c982
commit a9a5a69b73
5 changed files with 23 additions and 11 deletions

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef SCOPED_PROOF__H_
#define SCOPED_PROOF__H_
#ifndef SCOPED_PROOF_H_
#define SCOPED_PROOF_H_
#include "ast.h"