Skip to content

Commit

Permalink
Remove trailing whitespace from examples Makefile
Browse files Browse the repository at this point in the history
Summary:
The Makefile in the examples directory contained an empty line contain a tab character. This made my Emacs ask on every save `Suspicious line 10. Save anyway? (y or n)`
Closes facebook#1872

Differential Revision: D4573881

Pulled By: siying

fbshipit-source-id: fb3b4ee
  • Loading branch information
vmx authored and facebook-github-bot committed Feb 16, 2017
1 parent db2b4eb commit aa0298f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ifndef DISABLE_JEMALLOC
EXEC_LDFLAGS := $(JEMALLOC_LIB) $(EXEC_LDFLAGS) -lpthread
PLATFORM_CXXFLAGS += $(JEMALLOC_INCLUDE)
endif

.PHONY: clean librocksdb

all: simple_example column_families_example compact_files_example c_simple_example optimistic_transaction_example transaction_example compaction_filter_example options_file_example
Expand Down

0 comments on commit aa0298f

Please sign in to comment.