diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-13 18:00:21 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-13 18:00:21 +0200 |
commit | 6b1911b8a3eb7305e6225485191d5e3bccb3b25c (patch) | |
tree | 6b4fb894b4475b3d74bc55e7b7daa5e6761a93c8 /src/lanesconf.h | |
parent | 89598b602f57f17aabb8d9dbd2d87eb5176160f6 (diff) | |
download | lanes-6b1911b8a3eb7305e6225485191d5e3bccb3b25c.tar.gz lanes-6b1911b8a3eb7305e6225485191d5e3bccb3b25c.tar.bz2 lanes-6b1911b8a3eb7305e6225485191d5e3bccb3b25c.zip |
Progressively applying the coding rules
Diffstat (limited to 'src/lanesconf.h')
-rw-r--r-- | src/lanesconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanesconf.h b/src/lanesconf.h index 7b4ff93..aae4f5b 100644 --- a/src/lanesconf.h +++ b/src/lanesconf.h | |||
@@ -23,7 +23,7 @@ | |||
23 | // regular class member/method: no prefix, start with a lowercase letter | 23 | // regular class member/method: no prefix, start with a lowercase letter |
24 | // function argument: suffix _ | 24 | // function argument: suffix _ |
25 | // static function variable: prefix s, followed by an uppercase letter | 25 | // static function variable: prefix s, followed by an uppercase letter |
26 | // function local variable: prefix l, followed by an uppercase letter | 26 | // function local variable: prefix _, followed by an uppercase letter |
27 | // named lambda capture: no prefix, start with a lowercase letter | 27 | // named lambda capture: no prefix, start with a lowercase letter |
28 | 28 | ||
29 | #if (defined PLATFORM_WIN32) || (defined PLATFORM_POCKETPC) | 29 | #if (defined PLATFORM_WIN32) || (defined PLATFORM_POCKETPC) |