Remove mismatched #endif.
PiperOrigin-RevId: 306345559
This commit is contained in:
@@ -166,8 +166,6 @@ inline void UNALIGNED_STORE64(void *p, uint64_t v) {
|
|||||||
std::memcpy(p, &v, sizeof(v));
|
std::memcpy(p, &v, sizeof(v));
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Convert to little-endian storage, opposite of network format.
|
// Convert to little-endian storage, opposite of network format.
|
||||||
// Convert x from host to little endian: x = LittleEndian.FromHost(x);
|
// Convert x from host to little endian: x = LittleEndian.FromHost(x);
|
||||||
// convert x from little endian to host: x = LittleEndian.ToHost(x);
|
// convert x from little endian to host: x = LittleEndian.ToHost(x);
|
||||||
|
|||||||
Reference in New Issue
Block a user