chore(*): style
This commit is contained in:
parent
f9832fb89f
commit
bd304e1911
2 changed files with 2 additions and 1 deletions
|
@ -286,7 +286,7 @@ struct decl_attributes {
|
||||||
optional<unsigned> m_priority;
|
optional<unsigned> m_priority;
|
||||||
optional<unsigned> m_unfold_c_hint;
|
optional<unsigned> m_unfold_c_hint;
|
||||||
|
|
||||||
decl_attributes(bool def_only = true, bool is_abbrev=false):m_priority() {
|
decl_attributes(bool def_only = true, bool is_abbrev = false):m_priority() {
|
||||||
m_def_only = def_only;
|
m_def_only = def_only;
|
||||||
m_is_abbrev = is_abbrev;
|
m_is_abbrev = is_abbrev;
|
||||||
m_is_instance = false;
|
m_is_instance = false;
|
||||||
|
|
|
@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
||||||
|
|
||||||
Author: Leonardo de Moura
|
Author: Leonardo de Moura
|
||||||
*/
|
*/
|
||||||
|
#include <string>
|
||||||
#include "util/sstream.h"
|
#include "util/sstream.h"
|
||||||
#include "kernel/find_fn.h"
|
#include "kernel/find_fn.h"
|
||||||
#include "kernel/replace_fn.h"
|
#include "kernel/replace_fn.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue