chore(*): style

This commit is contained in:
Leonardo de Moura 2015-02-10 18:31:17 -08:00
parent f9832fb89f
commit bd304e1911
2 changed files with 2 additions and 1 deletions

View file

@ -286,7 +286,7 @@ struct decl_attributes {
optional<unsigned> m_priority;
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_is_abbrev = is_abbrev;
m_is_instance = false;

View file

@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#include <string>
#include "util/sstream.h"
#include "kernel/find_fn.h"
#include "kernel/replace_fn.h"