diff options
| author | 2015-05-25 20:34:09 +0200 | |
|---|---|---|
| committer | 2015-05-29 21:59:29 +0100 | |
| commit | b1503b202043a577720e28969b74cca6f9c954f8 (patch) | |
| tree | 7da9cdd46c0cde990c30c11570882efdca9396c6 /src/core/core_timing.h | |
| parent | Merge pull request #817 from linkmauve/citra.ico (diff) | |
| download | yuzu-b1503b202043a577720e28969b74cca6f9c954f8.tar.gz yuzu-b1503b202043a577720e28969b74cca6f9c954f8.tar.xz yuzu-b1503b202043a577720e28969b74cca6f9c954f8.zip | |
Remove every trailing whitespace from the project (but externals).
Diffstat (limited to 'src/core/core_timing.h')
| -rw-r--r-- | src/core/core_timing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h index 01519608d..64f5b06d9 100644 --- a/src/core/core_timing.h +++ b/src/core/core_timing.h | |||
| @@ -87,7 +87,7 @@ void UnregisterAllEvents(); | |||
| 87 | /// userdata MAY NOT CONTAIN POINTERS. userdata might get written and reloaded from disk, | 87 | /// userdata MAY NOT CONTAIN POINTERS. userdata might get written and reloaded from disk, |
| 88 | /// when we implement state saves. | 88 | /// when we implement state saves. |
| 89 | /** | 89 | /** |
| 90 | * Schedules an event to run after the specified number of cycles, | 90 | * Schedules an event to run after the specified number of cycles, |
| 91 | * with an optional parameter to be passed to the callback handler. | 91 | * with an optional parameter to be passed to the callback handler. |
| 92 | * This must be run ONLY from within the cpu thread. | 92 | * This must be run ONLY from within the cpu thread. |
| 93 | * @param cycles_into_future The number of cycles after which this event will be fired | 93 | * @param cycles_into_future The number of cycles after which this event will be fired |