Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
headers: align comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach authored Jun 1, 2023
1 parent df4ab8d commit cad12fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/internal/core/lookup.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ enum elektraLookupOptions
KDB_O_NOSPEC = 1 << 18, ///< Do not use specification for cascading keys (internal)
KDB_O_NODEFAULT = 1 << 19, ///< Do not honor the default spec (internal)
KDB_O_CALLBACK = 1 << 20, ///< For spec:/ lookups that traverse deeper into hierarchy (callback in ksLookup())
KDB_O_OPMPHM = 1 << 21, ///< Overrule ksLookup search predictor to use OPMPHM, make sure to set ENABLE_OPTIMIZATIONS=ON at cmake
KDB_O_BINSEARCH = 1 << 22 ///< Overrule ksLookup search predictor to use Binary search for lookup
KDB_O_OPMPHM = 1 << 21, ///< Overrule ksLookup search predictor to use OPMPHM, make sure to set ENABLE_OPTIMIZATIONS=ON at cmake
KDB_O_BINSEARCH = 1 << 22 ///< Overrule ksLookup search predictor to use Binary search for lookup
};

#ifdef __cplusplus
Expand Down

0 comments on commit cad12fc

Please sign in to comment.