mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++: Autoformat.
This commit is contained in:
@@ -49,7 +49,7 @@ class NestedFieldAccess extends FieldAccess {
|
||||
* {
|
||||
* float x, y;
|
||||
* };
|
||||
*
|
||||
*
|
||||
* struct Line
|
||||
* {
|
||||
* Point start, end;
|
||||
@@ -60,7 +60,7 @@ class NestedFieldAccess extends FieldAccess {
|
||||
* Line myLine;
|
||||
*
|
||||
* myLine.start.x = 0.0f;
|
||||
*
|
||||
*
|
||||
* // ...
|
||||
* }
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user