mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-28 14:48:18 +08:00
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:
parent
a2100d1f39
commit
aa2f8697d8
@ -3247,5 +3247,3 @@ protobuf_c_service_descriptor_get_method_by_name(const ProtobufCServiceDescripto
|
|||||||
return desc->methods + desc->method_indices_by_name[start];
|
return desc->methods + desc->method_indices_by_name[start];
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// vim: tabstop=8 shiftwidth=8 noexpandtab
|
|
||||||
|
@ -1077,5 +1077,3 @@ protobuf_c_service_invoke_internal(
|
|||||||
PROTOBUF_C__END_DECLS
|
PROTOBUF_C__END_DECLS
|
||||||
|
|
||||||
#endif /* PROTOBUF_C_H */
|
#endif /* PROTOBUF_C_H */
|
||||||
|
|
||||||
// vim: tabstop=8 shiftwidth=8 noexpandtab
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user