mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
Coding - Isolate long attached comments for clang-format #259
Automatically update code with clang-format disabling for avoiding formatting. You can check the python script in GitHub PR
This commit is contained in:
@@ -473,7 +473,9 @@ private:
|
||||
TColStd_intMapNode** myData1; //!< data array
|
||||
Standard_Integer myNbBuckets; //!< number of buckets (size of data array)
|
||||
Standard_Integer myNbPackedMapNodes; //!< amount of packed map nodes
|
||||
// clang-format off
|
||||
Standard_Size myExtent; //!< extent of this map (number of unpacked integer keys)
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user