Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
protobuf-c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
protobuf-c
Commits
e7dc76c5
Commit
e7dc76c5
authored
Jun 19, 2014
by
Ilya Lipnitskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
protobuf-c: Add vim modeline magic at the end of the files
parent
cc2506b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
protobuf-c/protobuf-c.c
protobuf-c/protobuf-c.c
+2
-0
protobuf-c/protobuf-c.h
protobuf-c/protobuf-c.h
+2
-0
No files found.
protobuf-c/protobuf-c.c
View file @
e7dc76c5
...
...
@@ -3247,3 +3247,5 @@ 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
protobuf-c/protobuf-c.h
View file @
e7dc76c5
...
...
@@ -1077,3 +1077,5 @@ protobuf_c_service_invoke_internal(
PROTOBUF_C__END_DECLS
#endif
/* PROTOBUF_C_H */
// vim: tabstop=8 shiftwidth=8 noexpandtab
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment