mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 08:48:39 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -23,7 +23,7 @@ import Foundation
|
||||
@inline(__always)
|
||||
public func padding(
|
||||
bufSize: UInt,
|
||||
elementSize: UInt) -> UInt
|
||||
{
|
||||
elementSize: UInt
|
||||
) -> UInt {
|
||||
((~bufSize) &+ 1) & (elementSize &- 1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user