Merge pull request #1727 from quantopian/resample-whitespace-cleanup

STY: Cleanup trailing whitespace in resample module.
This commit is contained in:
Eddie Hebert
2017-03-28 13:00:33 -04:00
committed by GitHub
+2 -2
View File
@@ -47,7 +47,7 @@ cpdef void _minute_to_session_high(intp_t[:] close_locs,
val = nan
out[i] = val
loc = close_loc + 1
@boundscheck(False)
@wraparound(False)
@@ -105,4 +105,4 @@ cpdef void _minute_to_session_volume(intp_t[:] close_locs,
val += data[loc]
loc += 1
out[i] = val
loc = close_loc + 1
loc = close_loc + 1