mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Address additional clang-tidy errors
This commit is contained in:
parent
14e4406a1b
commit
f5d7b37699
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@
|
|||
#include <stdio.h>
|
||||
|
||||
static int mSwapSize = 100;
|
||||
extern int mkswap (const std::string filename);
|
||||
extern void mkfile(const int filesize, const std::string name);
|
||||
extern int mkswap (std::string filename);
|
||||
extern void mkfile(int filesize, std::string name);
|
||||
|
||||
#define SWAP_PATH "/data/swap/swapfile"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue