THRIFT-2768: Whitespace Fixup
Client: General (Makefile.am, *.thrift)
Patch: Jens Geyer
DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
diff --git a/lib/nodejs/Makefile.am b/lib/nodejs/Makefile.am
index 3868905..bdd6ca2 100755
--- a/lib/nodejs/Makefile.am
+++ b/lib/nodejs/Makefile.am
@@ -19,20 +19,20 @@
THRIFT = $(top_srcdir)/compiler/cpp/thrift
#stubs: $(top_srcdir)/test/ThriftTest.thrift
-# $(THRIFT) --gen js:node -o test/ $(top_srcdir)/test/ThriftTest.thrift
+# $(THRIFT) --gen js:node -o test/ $(top_srcdir)/test/ThriftTest.thrift
deps: package.json
- $(NPM) install --no-bin-links
+ $(NPM) install --no-bin-links
check: deps
- $(NPM) test
+ $(NPM) test
clean-local:
- $(RM) -r test/gen-nodejs
+ $(RM) -r test/gen-nodejs
EXTRA_DIST = \
- examples \
- lib \
- package.json \
- test \
- README.md
+ examples \
+ lib \
+ package.json \
+ test \
+ README.md
diff --git a/lib/nodejs/examples/user.thrift b/lib/nodejs/examples/user.thrift
index ee260e5..d087fd4 100644
--- a/lib/nodejs/examples/user.thrift
+++ b/lib/nodejs/examples/user.thrift
@@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-
+
struct UserProfile {
1: i32 uid,
2: string name,