aboutsummaryrefslogtreecommitdiff
path: root/src/check_builtin.cpp
diff options
context:
space:
mode:
authorFranz Hoeltermann <franz-hoeltermann@web.de>2026-01-14 10:42:43 +0100
committerFranz Hoeltermann <franz-hoeltermann@web.de>2026-01-14 10:42:43 +0100
commitac35e0336b9c246673f1482ad907c013bfff7938 (patch)
treea78b7889e980cac8f70d92270c2ec5d8af3059dd /src/check_builtin.cpp
parentc64fad8ef7ab196854112c4a65992b11510fde90 (diff)
Fix indentation
Diffstat (limited to 'src/check_builtin.cpp')
-rw-r--r--src/check_builtin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp
index 7b31314f8..929891826 100644
--- a/src/check_builtin.cpp
+++ b/src/check_builtin.cpp
@@ -2701,7 +2701,7 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
ERROR_BLOCK();
warning(ce->args[0], "'size_of(&x)' returns the size of a pointer, not the size of x");
- error_line("\tSuggestion: Use 'size_of(rawptr)' if you want the size of the pointer");
+ error_line("\tSuggestion: Use 'size_of(rawptr)' if you want the size of the pointer");
}
}