Skip to content

Commit ad5cf62

Browse files
authored
Merge pull request #707 from stephengroat/patch-2
fix tabs, messes up rubydoc code blocks
2 parents 6a142fe + 19b7836 commit ad5cf62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ext/rugged/rugged_revwalk.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,11 @@ static VALUE do_walk(VALUE _payload)
345345
* Example:
346346
*
347347
* Rugged::Walker.walk(repo,
348-
* show: "92b22bbcb37caf4f6f53d30292169e84f5e4283b",
349-
* sort: Rugged::SORT_DATE|Rugged::SORT_TOPO,
350-
* oid_only: true) do |commit_oid|
351-
* puts commit_oid
352-
* end
348+
* show: "92b22bbcb37caf4f6f53d30292169e84f5e4283b",
349+
* sort: Rugged::SORT_DATE|Rugged::SORT_TOPO,
350+
* oid_only: true) do |commit_oid|
351+
* puts commit_oid
352+
* end
353353
*
354354
* generates:
355355
*

0 commit comments

Comments
 (0)