Skip to content

Commit

Permalink
[FOLD] Type in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
undertome committed Nov 18, 2021
1 parent a1fa0a3 commit 74f8209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ripple/app/main/DBInit.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ inline constexpr std::array<char const*, 4> TxDBPragma
"PRAGMA mmap_size=17179869184;"
#else

// Provide an explicit `no-np` SQL statement
// Provide an explicit `no-op` SQL statement
// in order to keep the size of the array
// constant regardless of the preprocessor
// condition evaluation
Expand Down Expand Up @@ -138,7 +138,7 @@ inline constexpr std::array<char const*, 4> LgrMetaDBPragma
"PRAGMA mmap_size=17179869184;"
#else

// Provide an explicit `no-np` SQL statement
// Provide an explicit `no-op` SQL statement
// in order to keep the size of the array
// constant regardless of the preprocessor
// condition evaluation
Expand Down Expand Up @@ -172,7 +172,7 @@ inline constexpr std::array<char const*, 4> TxMetaDBPragma
"PRAGMA mmap_size=17179869184;"
#else

// Provide an explicit `no-np` SQL statement
// Provide an explicit `no-op` SQL statement
// in order to keep the size of the array
// constant regardless of the preprocessor
// condition evaluation
Expand Down

0 comments on commit 74f8209

Please sign in to comment.