~ubuntu-branches/ubuntu/wily/ck/wily

« back to all changes in this revision

Viewing changes to doc/ck_ring_dequeue_spsc

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-09-10 22:16:03 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140910221603-bozg1pm8y27b76us
Tags: 0.4.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        }
90
90
 
91
91
        /* An empty ring was encountered, leave. */
92
 
        return; 
 
92
        return;
93
93
}
94
94
.Ed
95
95
.Sh RETURN VALUES