formatting: some spaces.

This commit is contained in:
Alastair Poole 2020-07-12 22:56:36 +01:00
parent 18c10e2e3d
commit 3c62339c07
3 changed files with 2 additions and 3 deletions

View File

@ -97,7 +97,6 @@ _openbsd_generic_network_status(uint64_t *in,
#endif
#if defined(__linux__)
static void
_linux_generic_network_status(uint64_t *in,

View File

@ -23,8 +23,8 @@ system_sensors_thermal_get(int *sensor_count)
int mibs[5] = { CTL_HW, HW_SENSORS, 0, 0, 0 };
int devn, n;
struct sensor snsr;
size_t slen = sizeof(struct sensor);
struct sensordev snsrdev;
size_t slen = sizeof(struct sensor);
size_t sdlen = sizeof(struct sensordev);
for (devn = 0;; devn++) {

View File

@ -885,7 +885,7 @@ _item_menu_debug_cb(void *data, Evas_Object *obj EINA_UNUSED,
if (ecore_file_app_installed("terminology"))
terminal = "terminology";
ecore_exe_run(eina_slstr_printf("%s -e gdb attach %d", terminal, proc->pid), NULL);
ecore_exe_run(eina_slstr_printf("%s -e gdb attach %d", terminal, proc->pid), NULL);
proc_info_free(proc);
}