mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 18:58:01 +02:00
Merge branch 'drop-vim-lines' into 'main'
src: Drop vim: lines See merge request plymouth/plymouth!184
This commit is contained in:
commit
98cb6ccbdb
87 changed files with 0 additions and 87 deletions
|
|
@ -832,4 +832,3 @@ ply_boot_client_attach_to_event_loop (ply_boot_client_t *client,
|
|||
client);
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -156,4 +156,3 @@ void ply_boot_client_tell_daemon_about_error (ply_boot_client_t
|
|||
#endif
|
||||
|
||||
#endif /* PLY_BOOT_CLIENT_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -1227,4 +1227,3 @@ out:
|
|||
|
||||
return exit_code;
|
||||
}
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -105,4 +105,3 @@ typedef struct
|
|||
} ply_boot_splash_plugin_interface_t;
|
||||
|
||||
#endif /* PLY_BOOT_SPLASH_PLUGIN_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -736,4 +736,3 @@ ply_boot_splash_uses_pixel_displays (ply_boot_splash_t *splash)
|
|||
return splash->plugin_interface->add_pixel_display != NULL;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -102,4 +102,3 @@ bool ply_boot_splash_uses_pixel_displays (ply_boot_splash_t *splash);
|
|||
#endif
|
||||
|
||||
#endif /* PLY_BOOT_SPLASH_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -78,4 +78,3 @@ ply_terminal_t *ply_device_manager_get_default_terminal (ply_device_manager_t *m
|
|||
#endif
|
||||
|
||||
#endif
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -651,4 +651,3 @@ ply_keyboard_get_renderer (ply_keyboard_t *keyboard)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -78,4 +78,3 @@ ply_renderer_t *ply_keyboard_get_renderer (ply_keyboard_t *keyboard);
|
|||
|
||||
#endif /* PLY_KEYBOARD_H */
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -1142,4 +1142,3 @@ ply_pixel_buffer_rotate_upright (ply_pixel_buffer_t *old_buffer)
|
|||
return buffer;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -168,4 +168,3 @@ ply_pixel_buffer_t *ply_pixel_buffer_rotate_upright (ply_pixel_buffer_t *old_buf
|
|||
#endif
|
||||
|
||||
#endif /* PLY_PIXEL_BUFFER_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -189,4 +189,3 @@ ply_pixel_display_set_draw_handler (ply_pixel_display_t *display,
|
|||
display->draw_handler_user_data = user_data;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -70,4 +70,3 @@ void ply_pixel_display_unpause_updates (ply_pixel_display_t *display);
|
|||
|
||||
#endif /* PLY_PIXEL_DISPLAY_H */
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -79,4 +79,3 @@ typedef struct
|
|||
} ply_renderer_plugin_interface_t;
|
||||
|
||||
#endif /* PLY_RENDERER_PLUGIN_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -453,4 +453,3 @@ ply_renderer_get_keymap (ply_renderer_t *renderer)
|
|||
return renderer->plugin_interface->get_keymap (renderer->backend);
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -90,4 +90,3 @@ const char *ply_renderer_get_keymap (ply_renderer_t *renderer);
|
|||
#endif
|
||||
|
||||
#endif /* PLY_RENDERER_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -1101,4 +1101,3 @@ ply_terminal_stop_watching_for_input (ply_terminal_t *terminal,
|
|||
}
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -120,4 +120,3 @@ void ply_terminal_stop_watching_for_input (ply_terminal_t *terminal
|
|||
|
||||
#endif /* PLY_TERMINAL_H */
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -333,4 +333,3 @@ ply_text_display_get_terminal (ply_text_display_t *display)
|
|||
return display->terminal;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -87,4 +87,3 @@ void ply_text_display_unpause_updates (ply_text_display_t *display);
|
|||
|
||||
#endif /* PLY_TEXT_DISPLAY_H */
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -286,4 +286,3 @@ ply_text_progress_bar_get_number_of_rows (ply_text_progress_bar_t *progress_bar)
|
|||
return progress_bar->number_of_rows;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -52,4 +52,3 @@ int ply_text_progress_bar_get_number_of_columns (ply_text_progress_bar_t *progre
|
|||
#endif
|
||||
|
||||
#endif /* PLY_TEXT_PULSER_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -156,4 +156,3 @@ ply_text_step_bar_get_number_of_rows (ply_text_step_bar_t *step_bar)
|
|||
return step_bar->number_of_rows;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -46,4 +46,3 @@ int ply_text_step_bar_get_number_of_columns (ply_text_step_bar_t *step_bar);
|
|||
#endif
|
||||
|
||||
#endif /* PLY_TEXT_PULSER_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -409,4 +409,3 @@ ply_animation_get_height (ply_animation_t *animation)
|
|||
return animation->height;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -58,4 +58,3 @@ long ply_animation_get_height (ply_animation_t *animation);
|
|||
#endif
|
||||
|
||||
#endif /* ANIMATION_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -233,4 +233,3 @@ ply_capslock_icon_get_height (ply_capslock_icon_t *capslock_icon)
|
|||
return capslock_icon->height;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -55,4 +55,3 @@ unsigned long ply_capslock_icon_get_height (ply_capslock_icon_t *capslock_icon);
|
|||
#endif
|
||||
|
||||
#endif /* CAPSLOCK_ICON_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -333,4 +333,3 @@ ply_entry_get_height (ply_entry_t *entry)
|
|||
return entry->area.height;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -71,4 +71,3 @@ void ply_entry_set_text_color (ply_entry_t *entry,
|
|||
#endif
|
||||
|
||||
#endif /* PLY_ENTRY_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -408,4 +408,3 @@ ply_image_convert_to_pixel_buffer (ply_image_t *image)
|
|||
return buffer;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -53,4 +53,3 @@ ply_pixel_buffer_t *ply_image_convert_to_pixel_buffer (ply_image_t *image);
|
|||
#endif
|
||||
|
||||
#endif /* PLY_IMAGE_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -274,4 +274,3 @@ ply_keymap_icon_get_height (ply_keymap_icon_t *keymap_icon)
|
|||
return keymap_icon->height;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -54,4 +54,3 @@ unsigned long ply_keymap_icon_get_height (ply_keymap_icon_t *keymap_icon);
|
|||
#endif
|
||||
|
||||
#endif /* KEYMAP_ICON_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -71,4 +71,3 @@ typedef struct
|
|||
} ply_label_plugin_interface_t;
|
||||
|
||||
#endif /* PLY_LABEL_PLUGIN_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -314,4 +314,3 @@ ply_label_get_height (ply_label_t *label)
|
|||
|
||||
return label->plugin_interface->get_height_of_control (label->control);
|
||||
}
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -77,4 +77,3 @@ long ply_label_get_height (ply_label_t *label);
|
|||
#endif
|
||||
|
||||
#endif /* PLY_LABEL_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -469,4 +469,3 @@ ply_progress_animation_get_fraction_done (ply_progress_animation_t *progress_ani
|
|||
return progress_animation->fraction_done;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -71,4 +71,3 @@ double ply_progress_animation_get_fraction_done (ply_progress_animation_t *progr
|
|||
#endif
|
||||
|
||||
#endif /* PROGRESS_ANIMATION_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -202,4 +202,3 @@ ply_progress_bar_set_colors (ply_progress_bar_t *progress_bar,
|
|||
ply_progress_bar_draw (progress_bar);
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -66,4 +66,3 @@ void ply_progress_bar_set_colors (ply_progress_bar_t *bar,
|
|||
#endif
|
||||
|
||||
#endif /* PLY_PROGRESS_BAR_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -406,4 +406,3 @@ ply_throbber_get_height (ply_throbber_t *throbber)
|
|||
return throbber->height;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -60,4 +60,3 @@ long ply_throbber_get_height (ply_throbber_t *throbber);
|
|||
#endif
|
||||
|
||||
#endif /* THROBBER_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -189,4 +189,3 @@ ply_array_contains_uint32_element (ply_array_t *array,
|
|||
return false;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -43,4 +43,3 @@ ply_bitarray_count (ply_bitarray_t *bitarray,
|
|||
return count;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -258,4 +258,3 @@ ply_buffer_clear (ply_buffer_t *buffer)
|
|||
buffer->size = 0;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -55,4 +55,3 @@ void ply_buffer_clear (ply_buffer_t *buffer);
|
|||
#endif
|
||||
|
||||
#endif /* PLY_BUFFER_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -948,4 +948,3 @@ ply_command_parser_parse_arguments (ply_command_parser_t *parser,
|
|||
return parsed_arguments;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -1322,4 +1322,3 @@ ply_event_loop_run (ply_event_loop_t *loop)
|
|||
return loop->exit_code;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -88,4 +88,3 @@ ply_event_loop_process_pending_events (ply_event_loop_t *loop);
|
|||
#endif
|
||||
|
||||
#endif
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -275,4 +275,3 @@ ply_hashtable_get_size (ply_hashtable_t *hashtable)
|
|||
return hashtable->live_node_count;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -25,4 +25,3 @@
|
|||
#endif
|
||||
|
||||
#endif /* PLY_I18N_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -483,4 +483,3 @@ ply_key_file_load_groupless_file (ply_key_file_t *key_file)
|
|||
return key_file->groupless_group != NULL;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -65,4 +65,3 @@ void ply_key_file_foreach_entry (ply_key_file_t *key_file,
|
|||
#endif
|
||||
|
||||
#endif /* PLY_KEY_FILE_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -360,4 +360,3 @@ ply_list_node_get_data (ply_list_node_t *node)
|
|||
return node->data;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -594,4 +594,3 @@ ply_logger_is_tracing_to_terminal (ply_logger_t *logger)
|
|||
|
||||
#endif /* PLY_ENABLE_TRACING */
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -150,4 +150,3 @@ bool ply_logger_is_tracing_to_terminal (ply_logger_t *logger);
|
|||
#endif
|
||||
|
||||
#endif /* PLY_LOGGER_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -327,4 +327,3 @@ ply_progress_status_update (ply_progress_t *progress,
|
|||
}
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -43,4 +43,3 @@ void ply_progress_status_update (ply_progress_t *progress,
|
|||
const char *status);
|
||||
|
||||
#endif /* PLY_PROGRESS_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -260,4 +260,3 @@ ply_rectangle_intersect (ply_rectangle_t *rectangle1,
|
|||
}
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -106,4 +106,3 @@ void ply_rectangle_intersect (ply_rectangle_t *rectangle1,
|
|||
#endif
|
||||
|
||||
#endif /* PLY_RECTANGLE_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -461,4 +461,3 @@ ply_region_get_sorted_rectangle_list (ply_region_t *region)
|
|||
return region->rectangle_list;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -45,4 +45,3 @@ bool ply_region_is_empty (ply_region_t *region);
|
|||
#endif
|
||||
|
||||
#endif /* PLY_REGION_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -429,4 +429,3 @@ ply_terminal_session_close_log (ply_terminal_session_t *session)
|
|||
return ply_logger_close_file (session->logger);
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -71,4 +71,3 @@ void ply_terminal_session_close_log (ply_terminal_session_t *session);
|
|||
#endif
|
||||
|
||||
#endif /* PLY_TERMINAL_SESSION_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -167,4 +167,3 @@ ply_trigger_pull (ply_trigger_t *trigger,
|
|||
if (trigger->free_address != NULL)
|
||||
ply_trigger_free (trigger);
|
||||
}
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -50,4 +50,3 @@ void ply_trigger_pull (ply_trigger_t *trigger,
|
|||
#endif
|
||||
|
||||
#endif /* PLY_TRIGGER_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -1022,4 +1022,3 @@ double ply_strtod (const char *str)
|
|||
return ret;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -137,4 +137,3 @@ double ply_strtod (const char *str);
|
|||
#endif
|
||||
|
||||
#endif /* PLY_UTILS_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -2405,4 +2405,3 @@ main (int argc,
|
|||
|
||||
return exit_code;
|
||||
}
|
||||
/* vim: set ts=4 ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -455,4 +455,3 @@ ply_label_plugin_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -1871,4 +1871,3 @@ ply_renderer_backend_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -765,4 +765,3 @@ ply_renderer_backend_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -578,4 +578,3 @@ ply_renderer_backend_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -449,4 +449,3 @@ ply_boot_splash_plugin_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -1104,4 +1104,3 @@ ply_boot_splash_plugin_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -588,4 +588,3 @@ ply_boot_splash_plugin_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -1861,4 +1861,3 @@ ply_boot_splash_plugin_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -720,4 +720,3 @@ ply_boot_splash_plugin_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -726,4 +726,3 @@ ply_boot_splash_plugin_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -2056,4 +2056,3 @@ ply_boot_splash_plugin_get_interface (void)
|
|||
return &plugin_interface;
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -54,4 +54,3 @@
|
|||
#define PLY_BOOT_PROTOCOL_RESPONSE_TYPE_NO_ANSWER "\x5"
|
||||
|
||||
#endif /* PLY_BOOT_PROTOCOL_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -830,4 +830,3 @@ ply_boot_server_attach_to_event_loop (ply_boot_server_t *server,
|
|||
server);
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -135,4 +135,3 @@ void ply_boot_server_attach_to_event_loop (ply_boot_server_t *server,
|
|||
#endif
|
||||
|
||||
#endif /* PLY_BOOT_SERVER_H */
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -1175,4 +1175,3 @@ ply_upstart_monitor_add_failed_handler (ply_upstart_monitor_t *mon
|
|||
monitor->failed_handler = handler;
|
||||
monitor->failed_data = user_data;
|
||||
}
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -67,4 +67,3 @@ void ply_upstart_monitor_add_failed_handler (ply_upstart_monitor_t
|
|||
#endif
|
||||
|
||||
#endif
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
|
|
@ -323,4 +323,3 @@ main (int argc,
|
|||
|
||||
return exit_code;
|
||||
}
|
||||
/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue