We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1681 - iOS PumpEvents code uses tabs, not spaces
Summary: iOS PumpEvents code uses tabs, not spaces
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.0
Hardware: iPhone/iPod touch iOS (All)
: P2 trivial
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-04 13:55 UTC by David Ludwig
Modified: 2013-02-11 21:00 UTC (History)
0 users

See Also:


Attachments
converts tabs to spaces, four per tab, in UIKit_PumpEvents (1.97 KB, application/octet-stream)
2013-01-04 13:55 UTC, David Ludwig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Ludwig 2013-01-04 13:55:09 UTC
Created attachment 1009 [details]
converts tabs to spaces, four per tab, in UIKit_PumpEvents

A small patch I submitted to SDL's iOS code, which was accepted into SDL hg (via Bug 1642 and changeset 6685, links are below), was accidentally formatted with tabs instead of spaces.  The change makes it odd to read the file's contents via SDL's online hg browser, possibly elsewhere as well.

Attached is a patch which modifies the original code, replacing tabs with space.  It should make the file a bit easier to read.  I used four spaces per tab.  The patch does not make any other changes to SDL.

Here are links to the original Bugzilla case and Mercurial changeset:
- bug: http://bugzilla.libsdl.org/show_bug.cgi?id=1642
- changeset: http://hg.libsdl.org/SDL/rev/8faee8f46165
Comment 1 Sam Lantinga 2013-02-11 21:00:01 UTC
Fixed, thanks!
http://hg.libsdl.org/SDL/rev/dd4c12f0358b