Skip to content

Commit

Permalink
Removed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
kayceesrk committed May 13, 2013
1 parent 361e097 commit dc6968c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Benchmarks/ChameneosRedux/Makefile
Expand Up @@ -4,7 +4,7 @@ include ../../config.mk

TOP := ../../../
EXTRA_LIBS=/scratch/chandras/install
GHC_OPTS_EXTRA=-threaded -XDeriveDataTypeable -XBangPatterns -XCPP -XGeneralizedNewtypeDeriving -funbox-strict-fields -ipqueue-1.2.1 -O2
GHC_OPTS_EXTRA=-threaded -XDeriveDataTypeable -XBangPatterns -XCPP -XGeneralizedNewtypeDeriving -funbox-strict-fields -ipqueue-1.2.1 -O2 -debug

PROFILE_FLAGS := -DPROFILE_ENABLED -prof -fprof-auto -auto -auto-all

Expand Down
4 changes: 2 additions & 2 deletions tests/Benchmarks/ChameneosRedux/chameneos-redux-lwc.hs
Expand Up @@ -15,9 +15,9 @@
-}

import LwConc.Substrate
import FairShare
-- import FairShare
-- import LwConc.RunQueue
-- import ConcurrentList
import ConcurrentList
import MVarList
import Control.Monad
import Data.Char
Expand Down

0 comments on commit dc6968c

Please sign in to comment.