style: formatting and linter satisfaction

This commit is contained in:
rmntgx
2025-06-29 10:56:31 +05:00
parent 1714b477ad
commit 16d1325f96
3 changed files with 33 additions and 28 deletions

View File

@@ -1,9 +1,12 @@
#ifndef _LAUNCHSTATEH_
#define _LAUNCHSTATEH_
#ifndef LAUNCHSTATEH_
#define LAUNCHSTATEH_
#include <stdbool.h>
#include <stdio.h>
struct LaunchState {
int user_opt;
int session_opt;
int user_opt;
int session_opt;
};
struct LaunchState read_launch_state();