include: reformat using new code style

Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
This commit is contained in:
Marcel Cornu
2024-04-19 17:09:27 +01:00
committed by Pablo de Lara
parent 55fbfabfc6
commit fa5b8baf84
10 changed files with 1013 additions and 890 deletions

View File

@@ -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_