Skip to content

Commit

Permalink
DRACI: Janitorial - Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Feb 16, 2014
1 parent 54dbb67 commit c39f7d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions engines/draci/module.mk
@@ -1,5 +1,5 @@
MODULE := engines/draci

MODULE_OBJS := \
animation.o \
barchive.o \
Expand All @@ -17,11 +17,11 @@ MODULE_OBJS := \
sprite.o \
surface.o \
walking.o

# This module can be built as a plugin
ifeq ($(ENABLE_DRACI), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
# Include common rules

# Include common rules
include $(srcdir)/rules.mk
2 changes: 1 addition & 1 deletion engines/draci/walking.h
Expand Up @@ -111,7 +111,7 @@ class WalkingState {
_turningFinished = 0;
_callbackOffset = 0;

stopWalking();
stopWalking();
}

~WalkingState() {}
Expand Down

0 comments on commit c39f7d9

Please sign in to comment.