]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
src: Drop vim: lines
authorRay Strode <rstrode@redhat.com>
Wed, 3 Aug 2022 19:10:20 +0000 (15:10 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 3 Aug 2022 19:10:20 +0000 (15:10 -0400)
Many of the source files in tree have "vim:" lines to tell vim a
hint about our coding style.

Unfortunately, they were written when plymouth used the GNU coding
style, and it, of course, doesn't anymore.

This commit just drops them since the default vim indentation options
match pretty well with the plymouth coding style now, anyway.

87 files changed:
src/client/ply-boot-client.c
src/client/ply-boot-client.h
src/client/plymouth.c
src/libply-splash-core/ply-boot-splash-plugin.h
src/libply-splash-core/ply-boot-splash.c
src/libply-splash-core/ply-boot-splash.h
src/libply-splash-core/ply-device-manager.h
src/libply-splash-core/ply-keyboard.c
src/libply-splash-core/ply-keyboard.h
src/libply-splash-core/ply-pixel-buffer.c
src/libply-splash-core/ply-pixel-buffer.h
src/libply-splash-core/ply-pixel-display.c
src/libply-splash-core/ply-pixel-display.h
src/libply-splash-core/ply-renderer-plugin.h
src/libply-splash-core/ply-renderer.c
src/libply-splash-core/ply-renderer.h
src/libply-splash-core/ply-terminal.c
src/libply-splash-core/ply-terminal.h
src/libply-splash-core/ply-text-display.c
src/libply-splash-core/ply-text-display.h
src/libply-splash-core/ply-text-progress-bar.c
src/libply-splash-core/ply-text-progress-bar.h
src/libply-splash-core/ply-text-step-bar.c
src/libply-splash-core/ply-text-step-bar.h
src/libply-splash-graphics/ply-animation.c
src/libply-splash-graphics/ply-animation.h
src/libply-splash-graphics/ply-capslock-icon.c
src/libply-splash-graphics/ply-capslock-icon.h
src/libply-splash-graphics/ply-entry.c
src/libply-splash-graphics/ply-entry.h
src/libply-splash-graphics/ply-image.c
src/libply-splash-graphics/ply-image.h
src/libply-splash-graphics/ply-keymap-icon.c
src/libply-splash-graphics/ply-keymap-icon.h
src/libply-splash-graphics/ply-label-plugin.h
src/libply-splash-graphics/ply-label.c
src/libply-splash-graphics/ply-label.h
src/libply-splash-graphics/ply-progress-animation.c
src/libply-splash-graphics/ply-progress-animation.h
src/libply-splash-graphics/ply-progress-bar.c
src/libply-splash-graphics/ply-progress-bar.h
src/libply-splash-graphics/ply-throbber.c
src/libply-splash-graphics/ply-throbber.h
src/libply/ply-array.c
src/libply/ply-bitarray.c
src/libply/ply-buffer.c
src/libply/ply-buffer.h
src/libply/ply-command-parser.c
src/libply/ply-event-loop.c
src/libply/ply-event-loop.h
src/libply/ply-hashtable.c
src/libply/ply-i18n.h
src/libply/ply-key-file.c
src/libply/ply-key-file.h
src/libply/ply-list.c
src/libply/ply-logger.c
src/libply/ply-logger.h
src/libply/ply-progress.c
src/libply/ply-progress.h
src/libply/ply-rectangle.c
src/libply/ply-rectangle.h
src/libply/ply-region.c
src/libply/ply-region.h
src/libply/ply-terminal-session.c
src/libply/ply-terminal-session.h
src/libply/ply-trigger.c
src/libply/ply-trigger.h
src/libply/ply-utils.c
src/libply/ply-utils.h
src/main.c
src/plugins/controls/label/plugin.c
src/plugins/renderers/drm/plugin.c
src/plugins/renderers/frame-buffer/plugin.c
src/plugins/renderers/x11/plugin.c
src/plugins/splash/details/plugin.c
src/plugins/splash/fade-throbber/plugin.c
src/plugins/splash/script/plugin.c
src/plugins/splash/space-flares/plugin.c
src/plugins/splash/text/plugin.c
src/plugins/splash/tribar/plugin.c
src/plugins/splash/two-step/plugin.c
src/ply-boot-protocol.h
src/ply-boot-server.c
src/ply-boot-server.h
src/upstart-bridge/ply-upstart-monitor.c
src/upstart-bridge/ply-upstart-monitor.h
src/upstart-bridge/plymouth-upstart-bridge.c

index 9cd129bb005f5ea561409b7699fd4614c2a73c06..ba367d21b3546a9ec3a630da68d9a9934e067050 100644 (file)
@@ -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: */
index 3ccf9b3c07218c31b5b64874241a787af5c67575..842b48abd9dad11823032518d9e912d77c4224fa 100644 (file)
@@ -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: */
index 54510520ec103634b572a92a8f80fefc1a563181..d9beeb245d0236e15a395a6d6af5556cff6072ee 100644 (file)
@@ -1227,4 +1227,3 @@ out:
 
         return exit_code;
 }
-/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
index a260b142f5e2bbcf66c52c1b41c045c767e1a746..4410b165cb8730c3eb869f6ab08dba820096e93d 100644 (file)
@@ -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: */
index b82bd64800cb603bf61bf31412f471149be6fc03..716ca663d920bbac7d7db8b416a8575a649b57fc 100644 (file)
@@ -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: */
index 933375df65d1d51ab1fc1c11577bdd65afa6158d..df57b8c9d19b1633d35ac0eed98fa90d25adb273 100644 (file)
@@ -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: */
index 1b42a2a02fa98f3067ae71e9163b92413a2e3073..676012f0f6648dbf156207f77dff4a9520930c91 100644 (file)
@@ -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: */
index 6e9b98cfa1d740cf1b951f88c24c2df187a3d200..31e1ca5363b0bd47cf89587a7318fb4635fc0c76 100644 (file)
@@ -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: */
index 008a804faa94d6c9c38b8564cc9acae81072e1fb..dd8a3f8496fae5cfc0de6b8929b2cbc125596160 100644 (file)
@@ -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: */
index 80146bf80c00dc35078c67c2c40c6c920d0826cb..0ba03fd40855e4277fbe9c98c383fb0b42f86d67 100644 (file)
@@ -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: */
index 1f606a2e88b77493f77494603bb0ce0096b34db9..bcfc64331f6f23efcbf016a24b71fdc39825e083 100644 (file)
@@ -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: */
index 8ef93b156c5658fc96c4c2c39329a3c551feddf4..62119bcca9debb5de435429254bd05f1f27ab53e 100644 (file)
@@ -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: */
index 6e92c24d8993148ecfc2b9ba8306ca13c97cbc9d..5fff2e4a47c92df62624e8a16d25b4851d4a2684 100644 (file)
@@ -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: */
index 5d86f924f4a9222da544ece26f3ce44214b5be20..6817dac1343461914e0767f7077ee98a0f0d84b6 100644 (file)
@@ -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: */
index e23acb7484753e6c06134c46b30ada011ca28b5e..edebc0304aaa7146b8d85ee3a269a99eb4b2bdc3 100644 (file)
@@ -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: */
index ed2db34cfd04dc911557faaf6b5edf0bcdb53d3b..0b4e03230593d1413ca479dbe2ef99f4cb39c0cc 100644 (file)
@@ -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: */
index 28970787f919454dc9f0a6e98b81ff7cf61e528a..686b4f4f7225b93b83ddd807c0297c32201c4210 100644 (file)
@@ -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: */
index 4ca4c81ce30a871bd5ae97a05628862af43db827..c701f2caa3d91cee5002143a0028f35069f63042 100644 (file)
@@ -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: */
index 6eaea4214573531f27cb4ce3fc8982e697ff869c..0965074479577279dc16d3a81ff7888726143bf8 100644 (file)
@@ -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: */
index 774dd4d5c8b0bfa19b4c638d9c58806311778dff..23e332814c4eca53101a86b53cc1a5a347b7e610 100644 (file)
@@ -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: */
index a7175c889c316b76329d2d0a32c19f49b2acb96b..1bfd4cca86d5a443754bd4a49a454be7f0f540b2 100644 (file)
@@ -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: */
index fe6e6667c74256f325e7013cb1623d0dea62df53..77c0eea4cc442b588034374edca8d7c5660e134a 100644 (file)
@@ -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: */
index f54fc56f0f65f27e5dd702c0bb53175b1c93c9ed..5ce62827011503e695a05cd72222d5da61645cac 100644 (file)
@@ -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: */
index f0aa4a6c96628144146a1ac8506af0c83293b520..1cf3173ae74f4b2316d66d6acd9bd9e6e6f7dca9 100644 (file)
@@ -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: */
index e7dc5615eaae6a86094d29caf495f412914588a5..f9c13c90c50e75db8693e994819127ec1a98b080 100644 (file)
@@ -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: */
index e91624be7e0853e8784847eb15abf3fec1688457..d3ccc6fc54b91525a5027242405452bea5e480f0 100644 (file)
@@ -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: */
index 9c96727d0e935dbf314bae91c0750f67ecad05c0..c8760d50c5280723770758b9dc202f9e64a3bf27 100644 (file)
@@ -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: */
index e3119494084489b9a0ef221747091f64f24e9783..9e8c523ef5e582dfd43927225bd5581b0cec3d9a 100644 (file)
@@ -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: */
index 5b634bd8eb8c68c951b8e7b9a5191d0aa82536a6..a434d4daff91d904ba14479b5c33c301cbcde326 100644 (file)
@@ -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: */
index 3c03293b7a36ed3a4dd5db8b22077691fa452acb..2bf7b0aa15b8daa7e82f44b1aa8e2fdd07e631ed 100644 (file)
@@ -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: */
index 0878e5682db7436f5ffe9f0bf30d426683e71f9e..53f850c8fc4945bc930db40b19b1b214447c0634 100644 (file)
@@ -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: */
index fc2f45f72769d65c26aaa7e8d3813870aba6fbe6..98b63d712df05b8c0097a4076d647896452c03e3 100644 (file)
@@ -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: */
index 5f589d0fc03e2d768efb561d857ff05e1a3bb7ae..94cf5b34f628d2010e53f002a3e50856225a35ba 100644 (file)
@@ -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: */
index d46a5ded74235f8ba98c0e229c65b2032ae11b97..c76471706077584276f2d79398f3d9a08c3ef848 100644 (file)
@@ -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: */
index 75bb9d7a218510e1db346ec7a0bcd8598c8b193f..a44efb39e0c07d3afbd045429a3c14949a86559c 100644 (file)
@@ -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: */
index 42d9dfb2ecc997c8f636d85b169c5ad42f337dab..b1e99f0d496a58d5c7c5d13a1bc636606f48c156 100644 (file)
@@ -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: */
index 05061bbcfae909a092fb40955045cd3fe2996267..55debd84a7f9fc000a258831835c204b6e46ae5c 100644 (file)
@@ -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: */
index aebc7f6f84012baa27652c9628a11ca51d5e4987..169c2a19abbae0779ebfd925fb434792ef0dc6bd 100644 (file)
@@ -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: */
index aefe7c9b5c353e9bae55677dd69acc1a3067c052..9e2358262d41d5452fd8cc6adea031745cc7bc85 100644 (file)
@@ -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: */
index 5938dd6a790729f3818ca36c23a56c64a5913ae2..c7e8c9257239c78964afb5af1fa646a9867a85c7 100644 (file)
@@ -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: */
index e7dbf57b3638df7d3a07d2f05810551d6d3674fb..ecdbb464b2813f9cec6466db9bb592e700ab29df 100644 (file)
@@ -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: */
index e00b50cd027547c88bc9c34cb72bda71ad254274..ddd26aaefeed88e4509b8795d9b13a74ca40f744 100644 (file)
@@ -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: */
index 21233339f6a8157075a55dd7e66c3288495822ea..6b704408a75347e3788ef807e51a2f1628b4a4c6 100644 (file)
@@ -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: */
index c9868940c7e0f039092c10ef59d3d454926d02a0..9a8fd1a9fbb711bd7e2dd9927aea7a401409ac39 100644 (file)
@@ -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: */
index a988e920a8fa079661976d689d42fca679ef6a69..e176ac31481abcf6fe528dfb6cc43c681e9cfc1e 100644 (file)
@@ -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: */
index 26eaaa02c5f1e841e0c18350524fbc565aa61a1b..7392ee6b048ef30257e3cde6aea036bfdd53ec0f 100644 (file)
@@ -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: */
index 3d848db29bb1e145d52c447b76d79f6010f0e656..e464007ee442bdcaab71529acfdb9da428fd8e9a 100644 (file)
@@ -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: */
index e3f008dc6ee4af51bc6f31b24a30df15e706b044..0b306b7923674dc065a84885f693d7b876d82bab 100644 (file)
@@ -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: */
index dc4e9af4b4ad18e0d52c033a4856a4f6c285a57d..e2cdc67179e76dd2e37f2a946e2188463129f704 100644 (file)
@@ -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: */
index 34d0972d282a7e30b543f07510bf8b90f59fdf45..eb6f1e08068a5bbccc8177f42a48e16953530491 100644 (file)
@@ -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: */
index c9aa3d886a833c21f2f20bbfe371356536c80688..43053c17b3bd9e164ef3c5904deb4e69c2485b49 100644 (file)
@@ -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: */
index fd7738307b508daac63f088d97cf2ca28681c014..6e4e471b2aa3cb927be98ef221b5eaa5564ae726 100644 (file)
@@ -25,4 +25,3 @@
 #endif
 
 #endif /* PLY_I18N_H */
-/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
index c4de5f65994657b18b6691053caa834ec088be8e..e263833ec9fb159f86edee574403a6e678420ff6 100644 (file)
@@ -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: */
index 668b8db956a03196756e8e696ce3e6b39de369b0..e240363c13040ac9769b4d2671d784c1b773c08d 100644 (file)
@@ -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: */
index da9079346b9f63de7bb906118d5e534fee80fe10..0da7952d890ca8d1cd1101f219a2bd2deb4506f7 100644 (file)
@@ -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: */
index 7be7867802a5cd049f3e7588d3a16246873796d2..958679f38d7064acc9dedf65ff6221fcb5ee8e23 100644 (file)
@@ -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: */
index 596de3c15365c43585d769f796f5838e1718d9c3..b2721291ba20ea2ab020505dc1ce57dd9fb4fdc6 100644 (file)
@@ -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: */
index 891301ee6a1df525ddd36baa3c5114b6967ddb96..8bee143e36e415f1c373562eab04f5ce48407575 100644 (file)
@@ -327,4 +327,3 @@ ply_progress_status_update (ply_progress_t *progress,
         }
 }
 
-/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
index 1d2bce8077af0e926e245a3e595392095e4d14b4..32e8c048297086d0eb8cc115414455304b04e189 100644 (file)
@@ -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: */
index 84f3c6d2bc3cbda91e6b0e44816f4b55af39bd60..e3e89c3e8c712155f88c131d8dbb36eddfda0022 100644 (file)
@@ -260,4 +260,3 @@ ply_rectangle_intersect (ply_rectangle_t *rectangle1,
         }
 }
 
-/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
index 98bcccc03fb63f78e34f4a3e4127a048a5bc5ff2..ee2b64fd0f63a58e8c6f2d64ce605434a05afdf0 100644 (file)
@@ -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: */
index 5a7d556f1f2a08d4a57522d3ad3fd6d72caf8880..0e4ceea78766bdfd3b252e096b3ccf32bf0ac791 100644 (file)
@@ -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: */
index f138b9b759929b25f1042f4160714f2fe1772d4e..8919f244e60ee2f617335494d8e67c15186b4307 100644 (file)
@@ -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: */
index cacd3650b3b302f1d804d401afd9ad1e2fb6d88b..264dcf4359904bb47f82ebbcc825b0bc77037426 100644 (file)
@@ -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: */
index b5538ca7c9bac515539f409b0db74dca02159601..766b8b2cbb8529d6eb5196fb059f1399ca487eff 100644 (file)
@@ -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: */
index b44778d466c9d8b5ac4f0844ca168142e012caa6..620fa9fb3f4a696fa2b5f7965f6be0c8315062f7 100644 (file)
@@ -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: */
index 2f3065c864f1c2916e2271bf912c47a05f923e4c..162a794c07e0fdd22f03b28df9724d8070553628 100644 (file)
@@ -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: */
index d3a4b291b2c30965481e0b38137a49fee9e84ea4..c7b165e94b224962c7a14098b6ac99caf751b0b2 100644 (file)
@@ -1022,4 +1022,3 @@ double ply_strtod (const char *str)
         return ret;
 }
 
-/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
index 1b3d9d8f3793d8e83393309d5bfb437761c24cc3..62425048946283218c778fd15f0ee6bbf7b7acd0 100644 (file)
@@ -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: */
index e7ed5d25d30ae39fb8d836bdacdb5f0fa964ae43..3a987873af9cb45f0966b12a12e30d7b19c1e294 100644 (file)
@@ -2405,4 +2405,3 @@ main (int    argc,
 
         return exit_code;
 }
-/* vim: set ts=4 ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
index bb239a4178c7ddc1497db1941a5c2b721e88cea8..3fdc4ba73bffe0c90a041c23388d6c5ae962d470 100644 (file)
@@ -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: */
index acb537244c518c8189a0025c65b7f7ba070c9e25..5796f6d20c73528fadfef580635d93a7d3b4556f 100644 (file)
@@ -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: */
index 87e486a7bb1f35b451b1c33605b283e38b5aca1d..97dabeefc8b5c80a326665d821b24515837b9dee 100644 (file)
@@ -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: */
index acb03ce6a1da4461790ac4b78541e723a42f10bb..d6305fcd084bbf93e64e4ecb7cfdc29d2d340b8b 100644 (file)
@@ -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: */
index 2f0497768f7aeda68d8185ea14942b384c565eb8..094ee58cfb3135c10e69fb270869f6cd16d75b67 100644 (file)
@@ -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: */
index 294dc6f8ba392db4a164648c616a449f34718b1a..64aedbddf3e786737c035ba24fb378119e65206e 100644 (file)
@@ -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: */
index 0b3f3f68853c0eee3e39d43723942ef6aa2c8616..3395eb22ada7e384438ea5aa757aad24790c4d4e 100644 (file)
@@ -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: */
index 8b9eb134cfaf6e71f8f1f84d6a5b143048dca63d..2a942229f9f09d5c7a9fd71d1bf6e3de235a0f95 100644 (file)
@@ -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: */
index 3fa01a772413b1c57bd299d16548f311e2d66c42..9f88735244aad14d0fd68c8a168efdc90285c453 100644 (file)
@@ -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: */
index 7c33e1848fc82a5a6a7302428bacfe75c4d3dd50..07a0b7eca05b4ccf2fd6bba94f278acacf6bbcdb 100644 (file)
@@ -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: */
index df0bd449a6e8475d1f2c4a169f369a24b4f75ddb..2ecb17809d7bf7220952f7a6ac0d4c39d3f026b0 100644 (file)
@@ -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: */
index 23dfc8da88bd8ce6af254924ee75d42ad5c37dd5..a9a926065ea22a940e4052a6375b3e86058f850d 100644 (file)
@@ -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: */
index 173063f715db6f0503f2e72cc17cb0866498e295..1749a3e64cb6b6db4ce514c64099d9540911df58 100644 (file)
@@ -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: */
index feb2bc497c04c2171679cd5379d38989c04f1525..48db9dd5d58712993825d19981ed792be5692aca 100644 (file)
@@ -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: */
index c4e748cd14b11b68e2c801de0bdda078ad002f92..bc75c49bc99c68284abdf916e2b4d93c21077090 100644 (file)
@@ -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: */
index be899a381fb90eaea873470926a87694071db1b2..a1063e59e8349a19c1af510419c3a1726af492c8 100644 (file)
@@ -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: */
index 0a7cbc0f5965377b8fbe84d280780b80d320f9cc..b2aa769b241abd8566092188a3d3de8fe5401f45 100644 (file)
@@ -323,4 +323,3 @@ main (int    argc,
 
         return exit_code;
 }
-/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */