From: Amelia Coutard Date: Thu, 26 May 2022 17:47:22 +0000 (+0200) Subject: Removed indentation of empty line X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=13fbf43a49dbcfb95150d0fc408550f24e11e784;p=voyage-au-centre-des-fichiers.git Removed indentation of empty line --- diff --git a/src/paging.hpp b/src/paging.hpp index b5d13cd..dcd3cee 100644 --- a/src/paging.hpp +++ b/src/paging.hpp @@ -23,7 +23,7 @@ public: inline bool is_page() { return order == 0 || (data & (1 << 7)) != 0; } - + inline bool NX() { return (data & (1ul << 63)) != 0; }