diff options
| author | levlam <levlam@telegram.org> | 2021-05-20 18:30:46 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-05-20 18:30:46 +0300 |
| commit | 65c3c89ad6bb9f1aadf27bb2ae5997fee5ab3eae (patch) | |
| tree | cb00e67bd09a88c0db3944ac5546da3f4991e7e1 /format.ps1 | |
| parent | 3f9b3046a67ae9bf2a07d8f6c4f5c254e545f2d8 (diff) | |
Improve LogMessageCallbackPtr documentation.
Diffstat (limited to 'format.ps1')
| -rw-r--r-- | format.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format.ps1 b/format.ps1 index f64296cc3..3f482557c 100644 --- a/format.ps1 +++ b/format.ps1 @@ -1,3 +1,3 @@ -./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "dotnet" | ForEach-Object { +./src.ps1 | Select-String -NotMatch "CxCli.h" | Select-String -NotMatch "DotNet" | ForEach-Object { clang-format -verbose -style=file -i $_ } |
