unit-def: Clean up whitespace

This commit is contained in:
DaanDeMeyer
2026-01-01 20:38:25 +01:00
committed by Yu Watanabe
parent ded0f85f7b
commit 47d22e41e4

View File

@@ -317,7 +317,6 @@ DECLARE_STRING_TABLE_LOOKUP(unit_type, UnitType);
void unit_types_list(void);
DECLARE_STRING_TABLE_LOOKUP(unit_load_state, UnitLoadState);
DECLARE_STRING_TABLE_LOOKUP(unit_active_state, UnitActiveState);
DECLARE_STRING_TABLE_LOOKUP(freezer_state, FreezerState);
@@ -325,35 +324,20 @@ FreezerState freezer_state_finish(FreezerState state) _const_;
FreezerState freezer_state_objective(FreezerState state) _const_;
DECLARE_STRING_TABLE_LOOKUP(unit_marker, UnitMarker);
DECLARE_STRING_TABLE_LOOKUP(automount_state, AutomountState);
DECLARE_STRING_TABLE_LOOKUP(device_state, DeviceState);
DECLARE_STRING_TABLE_LOOKUP(mount_state, MountState);
DECLARE_STRING_TABLE_LOOKUP(path_state, PathState);
DECLARE_STRING_TABLE_LOOKUP(scope_state, ScopeState);
DECLARE_STRING_TABLE_LOOKUP(service_state, ServiceState);
DECLARE_STRING_TABLE_LOOKUP(slice_state, SliceState);
DECLARE_STRING_TABLE_LOOKUP(socket_state, SocketState);
DECLARE_STRING_TABLE_LOOKUP(swap_state, SwapState);
DECLARE_STRING_TABLE_LOOKUP(target_state, TargetState);
DECLARE_STRING_TABLE_LOOKUP(timer_state, TimerState);
DECLARE_STRING_TABLE_LOOKUP(unit_dependency, UnitDependency);
DECLARE_STRING_TABLE_LOOKUP(notify_access, NotifyAccess);
DECLARE_STRING_TABLE_LOOKUP(job_mode, JobMode);
DECLARE_STRING_TABLE_LOOKUP(exec_directory_type, ExecDirectoryType);
Glyph unit_active_state_to_glyph(UnitActiveState state);