Remove trailing blank lines
This commit is contained in:
parent
b0fef1a962
commit
2852e0fbe5
|
@ -29,4 +29,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // alias_registry_hh_INCLUDED
|
#endif // alias_registry_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -36,4 +36,3 @@ Buffer* create_buffer_from_data(StringView data, StringView name,
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // buffer_utils_hh_INCLUDED
|
#endif // buffer_utils_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -55,4 +55,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // client_manager_hh_INCLUDED
|
#endif // client_manager_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -15,4 +15,3 @@ void exec_keys(memoryview<Key> keys, Context& context);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // commands_hh_INCLUDED
|
#endif // commands_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -94,4 +94,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // event_manager_hh_INCLUDED
|
#endif // event_manager_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -45,4 +45,3 @@ inline bool operator!=(const Face& lhs, const Face& rhs)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // face_hh_INCLUDED
|
#endif // face_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -42,4 +42,3 @@ inline Face get_face(const String& facedesc)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // face_registry_hh_INCLUDED
|
#endif // face_registry_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -35,4 +35,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // hook_manager_hh_INCLUDED
|
#endif // hook_manager_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -87,4 +87,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // insert_completer_hh_INCLUDED
|
#endif // insert_completer_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -125,4 +125,3 @@ inline size_t hash_value(const Kakoune::InternedString& str)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // interned_string_hh_INCLUDED
|
#endif // interned_string_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -51,4 +51,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // keymap_manager_hh_INCLUDED
|
#endif // keymap_manager_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -66,4 +66,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // memoryview_hh_INCLUDED
|
#endif // memoryview_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -79,4 +79,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // ncurses_hh_INCLUDED
|
#endif // ncurses_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -86,4 +86,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // optional_hh_INCLUDED
|
#endif // optional_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -153,4 +153,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // parameters_parser_hh_INCLUDED
|
#endif // parameters_parser_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -54,4 +54,3 @@ void option_from_string(StringView str, Regex& re);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // regex_hh_INCLUDED
|
#endif // regex_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,3 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // register_hh_INCLUDED
|
#endif // register_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -63,4 +63,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // remote_hh_INCLUDED
|
#endif // remote_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -164,4 +164,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // safe_ptr_hh_INCLUDED
|
#endif // safe_ptr_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -41,4 +41,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // shell_manager_hh_INCLUDED
|
#endif // shell_manager_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -281,4 +281,3 @@ inline size_t hash_value(const Kakoune::StringView& str)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // string_hh_INCLUDED
|
#endif // string_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -14,4 +14,3 @@ using UnorderedMap = std::unordered_map<Key, Value, Hash<Key>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // unordered_map_hh_INCLUDED
|
#endif // unordered_map_hh_INCLUDED
|
||||||
|
|
||||||
|
|
|
@ -61,4 +61,3 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // word_db_hh_INCLUDED
|
#endif // word_db_hh_INCLUDED
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user