]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commitdiff
Removed indentation of empty line
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Thu, 26 May 2022 17:47:22 +0000 (19:47 +0200)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Thu, 26 May 2022 17:47:22 +0000 (19:47 +0200)
src/paging.hpp

index b5d13cd1e506215f3f6e049521802b8f4ea3858c..dcd3cee839760254cbd00a3f0f9ca851be9c43ca 100644 (file)
@@ -23,7 +23,7 @@ public:
        inline bool is_page() {
                return order == 0 || (data & (1 << 7)) != 0;
        }
-       
+
        inline bool NX() {
                return (data & (1ul << 63)) != 0;
        }