Revert "protobuf-c: Add vim modeline magic at the end of the files"

This reverts commit e7dc76c54bf5869247ec0a330ae9cf7f5499154d.

i really dislike cluttering up files with editor-specific modelines, and
anyway the //-comments run afoul of #124.
This commit is contained in:
Robert Edmonds 2014-06-27 17:34:30 -04:00
parent a2100d1f39
commit aa2f8697d8
2 changed files with 0 additions and 4 deletions

View File

@ -3247,5 +3247,3 @@ protobuf_c_service_descriptor_get_method_by_name(const ProtobufCServiceDescripto
return desc->methods + desc->method_indices_by_name[start];
return NULL;
}
// vim: tabstop=8 shiftwidth=8 noexpandtab

View File

@ -1077,5 +1077,3 @@ protobuf_c_service_invoke_internal(
PROTOBUF_C__END_DECLS
#endif /* PROTOBUF_C_H */
// vim: tabstop=8 shiftwidth=8 noexpandtab