diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-31 10:30:41 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-31 10:30:41 +0100 |
| commit | bc9a0f44a1db9b0cefd891d0d6dcb758dd00b209 (patch) | |
| tree | c5d58983d94c1869ed9e84bd12e0ba152134f75f /dev/BuildKit/JSONManifestBuilder.h | |
| parent | aa43a14ebb7551cdb0116a73dcfb0b2a5bee5dbe (diff) | |
feat! Breaking changes for NeBuild, more consistent codebase according to NeKernel.org's coding standards.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/BuildKit/JSONManifestBuilder.h')
| -rw-r--r-- | dev/BuildKit/JSONManifestBuilder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/BuildKit/JSONManifestBuilder.h b/dev/BuildKit/JSONManifestBuilder.h index ba34a69..dd81e8c 100644 --- a/dev/BuildKit/JSONManifestBuilder.h +++ b/dev/BuildKit/JSONManifestBuilder.h @@ -27,7 +27,7 @@ class JSONManifestBuilder final NEBUILD_MANIFEST_BUILDER { /// @param arg_val filename path. /// @retval true build succeeded. /// @retval false failed to build. - bool buildTarget(int arg_sz, const char* arg_val, const bool dry_run = false) override; - const char* buildSystem() override; + bool BuildTarget(int arg_sz, const char* arg_val, const bool dry_run = false) override; + const char* BuildSystem() override; }; } // namespace NeBuild
\ No newline at end of file |
