You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
remove trailing whitespace
This commit is contained in:
@@ -122,7 +122,7 @@ uint8_t FileAccessAndroid::get_8() const {
|
||||
}
|
||||
|
||||
|
||||
uint8_t byte;
|
||||
uint8_t byte;
|
||||
AAsset_read(a,&byte,1);
|
||||
pos++;
|
||||
return byte;
|
||||
|
||||
Reference in New Issue
Block a user