diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-06-10 20:10:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 20:10:47 +0300 |
commit | 749f8c9c7d27c5f4675a96e37d7c9a733505121e (patch) | |
tree | b2853d87789dbb84d6c26c259eab6639d3a7e482 /scripts/templates/template-cpp.cpp | |
parent | 32fcefc058ae38eff0572326ef3efd1c7b343144 (diff) | |
parent | f74c10c4ec6435471bac84473fe865f90843c2df (diff) |
Merge pull request #1585 from secondlife/signal/trim-trailing
Trim trailing whitespace
Diffstat (limited to 'scripts/templates/template-cpp.cpp')
-rwxr-xr-x | scripts/templates/template-cpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/templates/template-cpp.cpp b/scripts/templates/template-cpp.cpp index 35d8441c87..8ee04942bf 100755 --- a/scripts/templates/template-cpp.cpp +++ b/scripts/templates/template-cpp.cpp @@ -1,4 +1,4 @@ -/** +/** * @file #filename#.cpp * @brief Implementation of #filename# * @author #getpass.getuser()#@lindenlab.com |