Skip to content

Commit

Permalink
remove tabs and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Massimino committed Feb 11, 2022
1 parent 676de22 commit adb8e09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ endif

enc_srcs := \
src/bit_writer.cc \
src/colors_rgb.$(NEON) \
src/enc.$(NEON) \
src/fdct.$(NEON) \
src/headers.cc \
src/dichotomy.cc \
src/jpeg_tools.cc \
src/yuv_convert.$(NEON) \
src/score_7.cc \
src/colors_rgb.$(NEON) \
src/enc.$(NEON) \
src/fdct.$(NEON) \
src/headers.cc \
src/dichotomy.cc \
src/jpeg_tools.cc \
src/yuv_convert.$(NEON) \
src/score_7.cc \

################################################################################

Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install libraries on Linux:
1. Run "sudo apt-get install libjpeg62-dev"
2. Run "sudo apt-get install libpng12-dev"
3. Run "sudo apt-get install freeglut3-dev"

*** Using CMake ***

WARNING! Use a sub-directory (like 'build/') to build the targets
Expand Down

0 comments on commit adb8e09

Please sign in to comment.