From 24d7aa2d150ec7e20d4527c4223df183be8bb330 Mon Sep 17 00:00:00 2001
From: Charles Reiss <charles@eecs.berkeley.edu>
Date: Thu, 13 Dec 2012 18:39:23 -0800
Subject: [PATCH] Extra whitespace in ExecutorExitCode

---
 core/src/main/scala/spark/executor/ExecutorExitCode.scala | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/src/main/scala/spark/executor/ExecutorExitCode.scala b/core/src/main/scala/spark/executor/ExecutorExitCode.scala
index 7fdc3b1d34..fd76029cb3 100644
--- a/core/src/main/scala/spark/executor/ExecutorExitCode.scala
+++ b/core/src/main/scala/spark/executor/ExecutorExitCode.scala
@@ -12,12 +12,15 @@ private[spark]
 object ExecutorExitCode {
   /** The default uncaught exception handler was reached. */
   val UNCAUGHT_EXCEPTION = 50
+
   /** The default uncaught exception handler was called and an exception was encountered while
       logging the exception. */
   val UNCAUGHT_EXCEPTION_TWICE = 51
+
   /** The default uncaught exception handler was reached, and the uncaught exception was an 
       OutOfMemoryError. */
   val OOM = 52
+
   /** DiskStore failed to create a local temporary directory after many attempts. */
   val DISK_STORE_FAILED_TO_CREATE_DIR = 53
 
-- 
GitLab