提交 fee0d696 编写于 作者: M Mupceet

fix: codestyle

Signed-off-by: NMupceet <laiguizhong@huawei.com>
上级 3248b6ed
......@@ -44,7 +44,7 @@
#include <policycoreutils.h>
#endif
#define ARRAY_LEN(array) (sizeof(array) / (sizeof(array[0])))
#define ARRAY_LEN(array) (sizeof(array) / (sizeof((array)[0])))
static const char *g_fscryptPolicyKey = "fscrypt.policy.config";
......
......@@ -12,6 +12,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "param_osadp.h"
#include <fcntl.h>
#include <pthread.h>
#include <string.h>
......@@ -25,9 +27,6 @@
#include <signal.h>
#include <time.h>
#include "param_osadp.h"
#include "param_osadp.h"
#define NSEC_PER_MSEC 1000000LL
#define MSEC_PER_SEC 1000LL
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册