beremiz
Clone
Summary
Browse
Changes
Graph
clean-up: fix PEP8 E115 expected an indented block (comment)
2017-08-19, Andrey Skvortsov
6cf16e5bfbf9
clean-up: fix PEP8 E115 expected an indented block (comment)
int CheckRetainBuffer(void)
{
return 1;
}
void ValidateRetainBuffer(void)
{
}
void InValidateRetainBuffer(void)
{
}
void Retain(unsigned int offset, unsigned int count, void *p)
{
}
void Remind(unsigned int offset, unsigned int count, void *p)
{
}
void CleanupRetain(void)
{
}
void InitRetain(void)
{
}