diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-30 07:22:33 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-30 07:22:33 -0500 |
| commit | 3603b96c3cda0296fc64a591c375d007554bc579 (patch) | |
| tree | 6bd776207478e6a72fea1f748f5b4ae633f6359b /include/ocl/core | |
| parent | f8f05ded6a1da18052a6154393710d55ff6ce8bd (diff) | |
chore: ran format command.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/core')
| -rw-r--r-- | include/ocl/core/option.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/core/option.hpp b/include/ocl/core/option.hpp index 5bae9a2..e333dd5 100644 --- a/include/ocl/core/option.hpp +++ b/include/ocl/core/option.hpp @@ -31,7 +31,7 @@ namespace ocl ~option() = default; option& operator=(const option&) = default; - option(const option&) = default; + option(const option&) = default; option& expect(const char_type* input) { |
