mirror of
https://github.com/intel/isa-l.git
synced 2025-10-29 12:18:00 +01:00
include: reformat using new code style
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
This commit is contained in:
committed by
Pablo de Lara
parent
55fbfabfc6
commit
fa5b8baf84
@@ -36,7 +36,6 @@
|
||||
* Defines the interface for vector versions of common memory functions.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _MEM_ROUTINES_H_
|
||||
#define _MEM_ROUTINES_H_
|
||||
|
||||
@@ -54,11 +53,11 @@ extern "C" {
|
||||
* @returns 0 - region is all zeros
|
||||
* other - region has non zero bytes
|
||||
*/
|
||||
int isal_zero_detect(void *mem, size_t len);
|
||||
int
|
||||
isal_zero_detect(void *mem, size_t len);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _MEM_ROUTINES_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user